ModuleElement.Type Property

Definition

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

Property Value

A string that identifies a type that implements the IWebProxy interface or null if no value has been specified.

Attributes

Remarks

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

Applies to

See also