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