Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidA GUID identifying the property set.
Property Value
Type: Microsoft.Office.Server.Search.Administration.Category
A Category object that represents a category.