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 name 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 ( _
name As String _
) As Category
Get
'Usage
Dim instance As CategoryCollection
Dim name As String
Dim value As Category
value = instance(name)
public Category this[
string name
] { get; }
Parameters
- name
Type: System.String
Property Value
Type: Microsoft.Office.Server.Search.Administration.Category
A Category object that represents the category.