Category.Contains Method (Microsoft.Office.Server.Search.Administration)
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
Visual Basic (Usage)
Dim instance As Category
Dim propset As Guid
Dim returnValue As Boolean

returnValue = instance.Contains(propset)
C#
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

Tags :


Page view tracker