Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
SDK Documentation
Category Class
Category Methods
 Contains Method

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
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)
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.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker