ModuleElement.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置当前实例的类型和程序集信息。
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"
。