ManagedProperty.Refinable - Propriété
Obtient ou définit si cette propriété gérée a les affinements activés.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property Refinable As Boolean
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.Refinable
instance.Refinable = value
public bool Refinable { get; set; }
Valeur de propriété
Type : System.Boolean
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
PropertyIsReadOnlyException | Si cette propriété est en lecture seule. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms