PhoneDataSharingContext.BaseUri Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the string used to indicate the data context.

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Protected ReadOnly Property BaseUri As String
protected string BaseUri { get; }

Property Value

Type: System..::.String
The string used to indicate the data context.

Remarks

BaseUri is “ContactsContext” for Contacts and “AppointmentsContext” for Appointments.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

PhoneDataSharingContext Class

Microsoft.Phone.UserData Namespace