Category.Scoped - Propriété
Obtient ou définit si la définition de l'étendue doit être activée pour les propriétés gérées créées automatiquement en fonction de cette catégorie
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property Scoped As Boolean
Get
Set
'Utilisation
Dim instance As Category
Dim value As Boolean
value = instance.Scoped
instance.Scoped = value
public bool Scoped { get; set; }
Valeur de propriété
Type : System.Boolean
Retourne Boolean .
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms