ResultTable.QueryRuleId property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property QueryRuleId As Guid
Get
Set
'Usage
Dim instance As ResultTable
Dim value As Guid
value = instance.QueryRuleId
instance.QueryRuleId = value
[ObsoleteAttribute("This class is obsolete.")]
public Guid QueryRuleId { get; set; }
Property value
Type: System.Guid