HostName.IPInformation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指派給HostName物件的本機 IP 位址的IPInformation物件。
public:
property IPInformation ^ IPInformation { IPInformation ^ get(); };
IPInformation IPInformation();
public IPInformation IPInformation { get; }
var iPInformation = hostName.iPInformation;
Public ReadOnly Property IPInformation As IPInformation
屬性值
IP 位址的 IPInformation 物件。
備註
只有在HostName物件是GetHostNames方法傳回的本機 IPv4 或 IPv6 位址時,才會設定IPInformation屬性。 此屬性代表本機 IP 位址的 IPInformation 物件。 如果 HostName 物件不是本機 IPv4 或 IPv6 位址,此屬性會是 Null。