ManagedProperty.RespectPriority Property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property RespectPriority As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.RespectPriority
instance.RespectPriority = value
public bool RespectPriority { get; set; }
Property Value
Type: System.Boolean