CrawledProperty.IsNameEnum Property
Gets a Boolean value indicating that the name of the crawled property is an enumeration (as opposed to a string).
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property IsNameEnum As Boolean
Get
'Usage
Dim instance As CrawledProperty
Dim value As Boolean
value = instance.IsNameEnum
bool IsNameEnum { get; }
Property Value
Type: System.Boolean
true if the crawled property name is an enumerable; otherwise, false.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace