IAppointmentsProviderActivatedEventArgs.Verb Property

Definition

Gets the action to be performed by the appointments provider.

public:
 property Platform::String ^ Verb { Platform::String ^ get(); };
winrt::hstring Verb();
public string Verb { get; }
var string = iAppointmentsProviderActivatedEventArgs.verb;
Public ReadOnly Property Verb As String

Property Value

String

Platform::String

winrt::hstring

The action to be performed by the appointments provider.

Applies to