語言

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"

適用於

另請參閱