BuildProvider.Type Eigenschap

Definitie

Hiermee haalt u de door komma's gescheiden klasse- en assemblycombinatie op waarmee wordt aangegeven dat het BuildProvider exemplaar moet worden gebruikt.

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

Waarde van eigenschap

Een combinatie van door komma's gescheiden klassen en assembly's die aangeeft dat het BuildProvider exemplaar moet worden gebruikt.

Kenmerken

Van toepassing op