ContactVideoCallActivatedEventArgs.Verb Property

Definition

Gets the action to be performed.

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

Property Value

String

Platform::String

winrt::hstring

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 video call activations, the Verb property is set to the value of Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.VideoCall.

Applies to