Share via


ContactCallActivatedEventArgs.Verb Property

Definition

Gets the action to be performed.

public string Verb { get; }

Property Value

String

The action to be performed.

Implements

Remarks

Use the Verb property to determine the action to perform when your app is activated with ActivationKind.Contact. For call activations, the Verb property is set to the value of Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Call.

For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions .

Applies to

See also