QueryTransform.OverrideProperties 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 OverrideProperties As QueryTransformProperties
Get
Set
'Usage
Dim instance As QueryTransform
Dim value As QueryTransformProperties
value = instance.OverrideProperties
instance.OverrideProperties = value
public QueryTransformProperties OverrideProperties { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.QueryTransformProperties
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when the QueryTransform object is read only |