Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
SDK Documentation
Category Class
Category Methods
 Contains Method
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
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 | Site Feedback
Page view tracker