次の方法で共有


FolderLevelBuildProvider.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

プロパティ値

String

ビルド プロバイダー クラスの完全修飾名。

属性

適用対象