RankProfile.isDefault Property
Gets a Boolean value to indicate whether a rank profile is the default rank profile for the index 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 RankProfile
Dim value As Boolean
value = instance.isDefault
bool isDefault { get; }
Property Value
Type: System.Boolean
[true] if rank profile is the default rank profile in the search schema; otherwise [false].
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace