Category.Name Property
Gets or sets the name of the category.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property Name As String
Get
Set
'Usage
Dim instance As Category
Dim value As String
value = instance.Name
instance.Name = value
string Name { get; set; }
Property Value
Type: System.String
A string that specifies the name for the category.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace