Partager via


ExpressionBuilder.Type Propriété

Définition

Obtient ou définit une chaîne qui spécifie le type d'expression.

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

Valeur de propriété

String

Chaîne qui spécifie le type d'expression.

Attributs

Remarques

Spécifie Type le type d’objet utilisé pour déterminer la valeur de l’expression. Le type peut spécifier une section dans la configuration ou une classe personnalisée.

S’applique à