ModuleElement::Type Property

 

Gets or sets the type and assembly information for the current instance.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("type")]
property String^ Type {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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. 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".

.NET Framework
Available since 2.0
Return to top
Show: