Appointment.RoamingId 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 or sets a string that uniquely identifies an appointment across devices.
public:
property Platform::String ^ RoamingId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RoamingId();
void RoamingId(winrt::hstring value);
public string RoamingId { get; set; }
var string = appointment.roamingId;
appointment.roamingId = string;
Public Property RoamingId As String
Property Value
A string that uniquely identifies an appointment across devices.
Windows requirements
App capabilities |
appointmentsSystem
|