IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.RoamingId Property

Definition

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

String

Platform::String

winrt::hstring

The roaming identifier of the appointment for which the app should display details.

Applies to