BuildProvider.Type 屬性

定義

取得或設定以逗號分隔的類別和組件 (Assembly) 組合,表示要使用的 BuildProvider 執行個體。

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

屬性值

以逗號分隔的類別和組件組合,表示要使用的 BuildProvider 執行個體。

屬性

適用於