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"

适用于

另请参阅