Partager via


Converter.Type Propriété

Définition

Obtient ou définit le nom qualifié complet du type de l'objet JavaScriptConverter.

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 de type qualifié complet de l'objet JavaScriptConverter.

Attributs

S’applique à