Share via


KnownContactProperties.Url Property

Definition

Gets the Url property name.

public:
 static property Platform::String ^ Url { Platform::String ^ get(); };
static winrt::hstring Url();
public static string Url { get; }
var string = KnownContactProperties.url;
Public Shared ReadOnly Property Url As String

Property Value

String

Platform::String

winrt::hstring

The Url property name.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Remarks

The value returned for the Url key in a contact Properties collection is a string.

Multiple URLs are stored in this value using a semicolon (;) as a delimiter. Because of this, if a URL contains a semicolon, the system will split the URL at every occurrence of the character when displaying the associated contact information.

Applies to