Category.Contains, méthode (Microsoft.Office.Server.Search.Administration)
Returns a Boolean value that indicates whether the category contains any crawled properties for the specified property set.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
propset As Guid _
) As Boolean
'Utilisation
Dim instance As Category
Dim propset As Guid
Dim returnValue As Boolean
returnValue = instance.Contains(propset)
public bool Contains (
Guid propset
)
Paramètres
- propset
A GUID that identifies the property set.
Valeur de retour
true if the category contains crawled properties matching the specified property set; otherwise, false.
Voir aussi
Référence
Category, classe
Membres Category
Microsoft.Office.Server.Search.Administration, espace de noms