CategoryCollection.Item Property (Guid)
Returns a category based on the property set filter.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
propset As Guid _
) As Category
Get
'Usage
Dim instance As CategoryCollection
Dim propset As Guid
Dim value As Category
value = instance(propset)
Category this[
Guid propset
] { get; }
Parameters
propset
Type: System.GuidA GUID that specifies the property set of the category to return.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.Category
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace