Share via


ExpressionBuilder.ExpressionPrefix Propriété

Définition

Obtient ou définit une chaîne qui identifie le type d'expression à récupérer.

public:
 property System::String ^ ExpressionPrefix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("expressionPrefix", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string ExpressionPrefix { get; set; }
[<System.Configuration.ConfigurationProperty("expressionPrefix", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ExpressionPrefix : string with get, set
Public Property ExpressionPrefix As String

Valeur de propriété

Chaîne qui identifie le type d'expression à récupérer.

Attributs

Remarques

Mappe ExpressionPrefix l’expression au nom de section associé dans la configuration pour les types d’expression courants, ou mappe l’expression à la classe d’expression personnalisée.

S’applique à