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") で区切られます。

適用対象

こちらもご覧ください