FullTextIndex.isDefault Property
Gets a Boolean value that indicates whether this full-text index is the default full-text index for the search schema.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property isDefault As Boolean
Get
'Usage
Dim instance As FullTextIndex
Dim value As Boolean
value = instance.isDefault
bool isDefault { get; }
Property Value
Type: System.Boolean
true if the full-text index is the default full-text index; otherwise, false.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace