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