KnownContactProperties.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 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
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.