Condividi tramite


ModuleElement.Type Proprietà

Definizione

Ottiene o imposta le informazioni sul tipo e sull'assembly per l'istanza corrente.

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

Valore della proprietà

Stringa che identifica un tipo che implementa l'interfaccia IWebProxy o null se non è stato specificato alcun valore.

Attributi

Commenti

Questa proprietà contiene il nome completo del tipo seguito da una virgola (,) e dalle informazioni sull'assembly. Gli elementi delle informazioni sull'assembly sono separati da virgole, ad esempio Corp.Net.CustomWebProxy, CorpLibrary, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".

Si applica a

Vedi anche