ToastNotificationActionTriggerDetail.Argument Property

Definition

Gets a value representing the argument that was passed.

public:
 property Platform::String ^ Argument { Platform::String ^ get(); };
winrt::hstring Argument();
public string Argument { get; }
var string = toastNotificationActionTriggerDetail.argument;
Public ReadOnly Property Argument As String

Property Value

String

Platform::String

winrt::hstring

The argument that was passed.

Applies to