ModuleElement.Type 属性
定义
获取或设置当前实例的类型和程序集信息。Gets or sets the type and assembly information for the current instance.
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。A string that identifies a type that implements the IWebProxy interface or null if no value has been specified.
- 属性
注解
此属性包含完全限定的类型名称,后跟一个逗号 (、) 和程序集信息。This property contains the fully qualified type name followed by a comma (,) and the assembly information. 程序集信息的元素以逗号分隔,例如 Corp.Net.CustomWebProxy, CorpLibrary, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000" 。The elements of the assembly information are separated with commas, for example, Corp.Net.CustomWebProxy, CorpLibrary, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".