Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the level of importance for the full text index mapping. 1 is the lowest level, 7 is the highest.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property ImportanceLevel As Integer
Get
'Usage
Dim instance As FullTextIndexMapping
Dim value As Integer
value = instance.ImportanceLevel
int ImportanceLevel { get; }
Property Value
Type: System.Int32
An integer that specifies the importance level for the full text index mapping.
See Also
Reference
FullTextIndexMapping Interface
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace