Share via


SubjectAlternativeNameInfo.IPAddress Property

Definition

Gets the IP address.

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)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The IP address.

Applies to