BuildProvider.Type Propriété

Définition

Obtient ou définit la combinaison de classes et d’assembly séparées par des virgules qui indiquent l’instance BuildProvider à utiliser.

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

Valeur de propriété

Combinaison de classes et d’assembly séparées par des virgules qui indiquent l’instance BuildProvider à utiliser.

Attributs

S’applique à