次の方法で共有


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 、式の値を決定するために使用されるオブジェクトの型を指定します。 この型では、構成内のセクションまたはカスタム クラスを指定できます。

適用対象