ExpressionBuilder.Type 屬性

定義

取得或設定一個字串,指定表達式類型。

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

屬性值

一個用來指定表達式類型的字串。

屬性

備註

Type 物件指定用來決定表達式值的物件類型。 該型別可以在配置中指定一個區段,或指定自訂類別。

適用於