QueryTransform.OverrideProperties - Propriété
Obtient ou définit les propriétés à remplacer dans la requête d'origine de requête.
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property OverrideProperties As QueryTransformProperties
Get
Set
'Utilisation
Dim instance As QueryTransform
Dim value As QueryTransformProperties
value = instance.OverrideProperties
instance.OverrideProperties = value
public QueryTransformProperties OverrideProperties { get; set; }
Valeur de propriété
Type : Microsoft.Office.Server.Search.Query.Rules.QueryTransformProperties
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Levée lorsque l'objet QueryTransform est en lecture seule |