SubjectAlternativeNameInfo.Url 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.
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
The URL.