共用方式為


SubjectAlternativeNameInfo.IPAddress 屬性

定義

取得 IP 位址。

public:
 property IVectorView<Platform::String ^> ^ IPAddress { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> IPAddress();
public IReadOnlyList<string> IPAddress { get; }
var iVectorView = subjectAlternativeNameInfo.iPAddress;
Public ReadOnly Property IPAddress As IReadOnlyList(Of String)

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

IP 位址。

適用於