CreateResultBlockAction.QueryTransform property
Gets/sets query properties to override in the original query.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property QueryTransform As QueryTransform
Get
Friend Set
'Usage
Dim instance As CreateResultBlockAction
Dim value As QueryTransform
value = instance.QueryTransform
public QueryTransform QueryTransform { get; internal set; }
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.QueryTransform
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when the CreateResultBlockAction object is read only |