Share via


ModuleElement.Type Propriété

Définition

Obtient ou définit les informations de type et d’assembly de l’instance actuelle.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type")]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type")>]
member this.Type : string with get, set
Public Property Type As String

Valeur de propriété

Chaîne qui identifie un type qui implémente l'interface IWebProxy ou null si aucune valeur n'a été spécifiée.

Attributs

Remarques

Cette propriété contient le nom de type complet suivi d’une virgule (,) et les informations d’assembly. Les éléments des informations d’assembly sont séparés par des virgules, par exemple, Corp.Net.CustomWebProxy, CorpLibrary, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".

S’applique à

Voir aussi