Share via


ModuleElement.Type 屬性

定義

取得或設定目前執行個體的型別和組件資訊。

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

屬性值

識別實作 IWebProxy 介面之型別的字串,如果未指定任何值則為 null

屬性

備註

此屬性包含完整類型名稱,後面接著逗號 (,) 和元件資訊。 元件資訊的元素會以逗號分隔,例如 。 Corp.Net.CustomWebProxy, CorpLibrary, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000"

適用於

另請參閱