CrawledPropertyInfo.CategoryName property
Gets or sets the category name of this crawled property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CategoryName As String
Get
Set
'Usage
Dim instance As CrawledPropertyInfo
Dim value As String
value = instance.CategoryName
instance.CategoryName = value
[DataMemberAttribute]
public string CategoryName { get; set; }
Property value
Type: System.String