Returns a Boolean value that indicates whether the category contains any crawled properties for the specified property set.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Syntax
Visual Basic (Declaration)
Public Function Contains ( _
propset As Guid _
) As Boolean
Dim instance As Category
Dim propset As Guid
Dim returnValue As Boolean
returnValue = instance.Contains(propset)
public bool Contains (
Guid propset
)
Parameters
- propset
-
A GUID that identifies the property set.
Return Value
true if the category contains crawled properties matching the specified property set; otherwise,
false.

See Also