NetworkAdapter.IPAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]