Partager via


PropertyInformation.Sortable - Propriété

Obtient une valeur de type Boolean qui indique si la valeur de la propriété peut être triée.

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Sortable As Boolean
    Get
    Private Set
'Utilisation
Dim instance As PropertyInformation
Dim value As Boolean

value = instance.Sortable
[DataMemberAttribute]
public bool Sortable { get; private set; }

Valeur de propriété

Type : System.Boolean
true si la propriété peut être trié ; dans le cas contraire, false.

Voir aussi

Référence

PropertyInformation classe

PropertyInformation - Membres

Microsoft.Office.Server.Search.Query - Espace de noms