QueryRule.ProcessingDirective property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property ProcessingDirective As GroupProcessingDirective
Get
Set
'Uso
Dim instance As QueryRule
Dim value As GroupProcessingDirective
value = instance.ProcessingDirective
instance.ProcessingDirective = value
public GroupProcessingDirective ProcessingDirective { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.GroupProcessingDirective