WebUIDeviceActivatedEventArgs.Verb Property

Definition

Gets the action associated with the activated device.

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

Property Value

String

Platform::String

winrt::hstring

The action associated with the activated device.

Implements

Applies to