ContextCondition constructor
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Sub New ( _
parent As QueryRule, _
id As Guid _
)
'Usage
Dim parent As QueryRule
Dim id As Guid
Dim instance As New ContextCondition(parent, _
id)
protected ContextCondition(
QueryRule parent,
Guid id
)
Parameters
- parent
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRule
- id
Type: System.Guid