ExpressionBuilder.Type Eigenschaft

Definition

Dient zum Abrufen oder Festlegen einer Zeichenfolge, die den Ausdruckstyp angibt.

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

Eigenschaftswert

Eine Zeichenfolge, die den Ausdruckstyp angibt.

Attribute

Hinweise

The Type specifies the type of object used to determine the value of the expression. Der Typ kann einen Abschnitt innerhalb der Konfiguration oder eine benutzerdefinierte Klasse angeben.

Gilt für: