ConnectionManagementElement.Address Propriedade

Definição

Obtém ou define o endereço para computadores remotos.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", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)>]
member this.Address : string with get, set
[<System.Configuration.ConfigurationProperty("address", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Address : string with get, set
Public Property Address As String

Valor da propriedade

String

Uma cadeia de caracteres que contém uma expressão regular que descreve um endereço IP ou nome DNS.A string that contains a regular expression describing an IP address or DNS name.

Atributos

Comentários

Você pode definir essa propriedade usando um asterisco (*) para definir o número padrão de conexões para computadores não especificados.You can set this property using an asterisk (*) to set the default number of connections for unspecified computers.

Essa propriedade identifica um ou mais computadores remotos e a MaxConnection propriedade especifica quantas conexões simultâneas são permitidas entre o computador local e os computadores remotos.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.

Aplica-se a