BypassElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the BypassElement class.
Overloads
BypassElement() |
Initializes a new instance of the BypassElement class. |
BypassElement(String) |
Initializes a new instance of the BypassElement class with the specified type information. |
BypassElement()
Initializes a new instance of the BypassElement class.
public:
BypassElement();
public BypassElement ();
Public Sub New ()
See also
Applies to
BypassElement(String)
Initializes a new instance of the BypassElement class with the specified type information.
public:
BypassElement(System::String ^ address);
public BypassElement (string address);
new System.Net.Configuration.BypassElement : string -> System.Net.Configuration.BypassElement
Public Sub New (address As String)
Parameters
- address
- String
A string that identifies the address of a resource.
Remarks
The Address property is set to address
.