NetworkAdapter.IPAddresses Property

Definition

Array of all of the IP addresses associated with the current network adapter.

public:
 property cli::array <System::String ^> ^ IPAddresses { cli::array <System::String ^> ^ get(); };
public:
 property Platform::Array <Platform::String ^> ^ IPAddresses { Platform::Array <Platform::String ^> ^ get(); };
public string[] IPAddresses { get; }
member this.IPAddresses : string[]
Public ReadOnly Property IPAddresses As String()

Property Value

String[]

Applies to