CategoryCollection.Item Property (String)
Returns a category based on the name 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 ( _
name As String _
) As Category
Get
'Usage
Dim instance As CategoryCollection
Dim name As String
Dim value As Category
value = instance(name)
Category this[
string name
] { get; }
Parameters
name
Type: System.StringA string that specifies the name of the category to return.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.Category
A Category object.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace