QueryCondition.Id property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Id As Guid
Get
Friend Set
'Usage
Dim instance As QueryCondition
Dim value As Guid
value = instance.Id
public Guid Id { get; internal set; }
Property value
Type: System.Guid