ContextExpression.Parent Property
Gets the aggregate parent expression node in the expression tree.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property Parent As AggregateContextExpression
Get
'Usage
Dim instance As ContextExpression
Dim value As AggregateContextExpression
value = instance.Parent
AggregateContextExpression Parent { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.AggregateContextExpression
The aggregate parent expression of this context expression.
Remarks
This allows for easy navigation of the context expression tree. All context expressions except the top one has a parent. Client developer should normally not need to use this property.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace