ConnectionManagementElement.Address Proprietà

Definizione

Ottiene o imposta l'indirizzo per i computer remoti.

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

Valore della proprietà

Stringa contenente un'espressione regolare che descrive un indirizzo IP o un nome DNS.

Attributi

Commenti

È possibile impostare questa proprietà usando un asterisco (*) per impostare il numero predefinito di connessioni per computer non specificati.

Questa proprietà identifica uno o più computer remoti e la MaxConnection proprietà specifica il numero di connessioni simultanee consentite tra il computer locale e i computer remoti.

Si applica a