IPAddress.Address Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. https://go.microsoft.com/fwlink/?linkid=14202
Attenzione
IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons.
Attenzione
IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.
Attenzione
This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
IPAddress.Address is address family dependant, use Equals method for comparison.
Indirizzo IP (Internet Protocol).
public:
property long Address { long get(); void set(long value); };
[System.Obsolete("This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. https://go.microsoft.com/fwlink/?linkid=14202")]
public long Address { get; set; }
[System.Obsolete("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons.")]
public long Address { get; set; }
[System.Obsolete("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.")]
public long Address { get; set; }
[System.Obsolete("This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202")]
public long Address { get; set; }
[System.Obsolete("IPAddress.Address is address family dependant, use Equals method for comparison.")]
public long Address { get; set; }
[<System.Obsolete("This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Address : int64 with get, set
[<System.Obsolete("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons.")>]
member this.Address : int64 with get, set
[<System.Obsolete("IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.")>]
member this.Address : int64 with get, set
[<System.Obsolete("This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Address : int64 with get, set
[<System.Obsolete("IPAddress.Address is address family dependant, use Equals method for comparison.")>]
member this.Address : int64 with get, set
Public Property Address As Long
Valore della proprietà
Valore long dell'indirizzo IP.
- Attributi
Eccezioni
La famiglia di indirizzi è InterNetworkV6.
Commenti
Questa proprietà è obsoleta. Usare GetAddressBytes.
Per convertire Address in notazione con punti quad, usare il ToString metodo .