ManagedProperty.SortableType - Propriété
Obtient ou définit le type de trier les informations créées pour cette propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property SortableType As SortableType
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As SortableType
value = instance.SortableType
instance.SortableType = value
public SortableType SortableType { get; set; }
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.SortableType
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
PropertyIsReadOnlyException | Si cette propriété est en lecture seule. |
PropertyCannotHaveMappingsException | Si cet objet ne peut pas avoir de mappages. |
Remarques
Cette valeur n'a aucun effet si cette propriété gérée n'est pas Sortable.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms