Partage via


FolderLevelBuildProvider.Type Propriété

Définition

Obtient ou définit le nom qualifié complet de la classe de fournisseurs de générations.

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é

String

Nom qualifié complet de la classe de fournisseur de générations.

Attributs

S’applique à