WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.Verb 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 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 = webUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.verb;
Public ReadOnly Property Verb As String
Property Value
The action to be performed by the appointments provider.