ConnectionManagementElement::Address Property
.NET Framework (current version)
Gets or sets the address for remote computers.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("address", IsRequired = true, IsKey = true)] property String^ Address { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string that contains a regular expression describing an IP address or DNS name.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: