IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.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 the roaming identifier of the appointment for which the app should display details.
public:
property Platform::String ^ RoamingId { Platform::String ^ get(); };
winrt::hstring RoamingId();
public string RoamingId { get; }
var string = iAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.roamingId;
Public ReadOnly Property RoamingId As String
Property Value
The roaming identifier of the appointment for which the app should display details.