Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ChangeQueryAction
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 QueryTransform object is read only |