ConnectionManagementElement.Address Property

Definition

Gets or sets the address for remote computers.

public:
 property System::String ^ Address { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)>]
member this.Address : string with get, set
Public Property Address As String

Property Value

A string that contains a regular expression describing an IP address or DNS name.

Attributes

Remarks

You can set this property using an asterisk (*) to set the default number of connections for unspecified computers.

This property identifies one or more remote computers and the MaxConnection property specifies how many simultaneous connections are allowed between the local computer and the remote computers.

Applies to