Share via


SubjectAlternativeNameInfo.Url Property

Definition

Gets the URL.

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

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The URL.

Applies to