CategoryCollection.Item property (Guid)

Gets the category with the specified GUID from the collection of categories.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public 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)
public Category this[
    Guid propset
] { get; }

Parameters

  • propset
    Type: System.Guid

    A GUID identifying the property set.

Property value

Type: Microsoft.Office.Server.Search.Administration.Category
A Category object that represents a category.

See also

Reference

CategoryCollection class

CategoryCollection members

Item overload

Microsoft.Office.Server.Search.Administration namespace