CustomSystemEventTrigger.TriggerId Property

Definition

The trigger identifier that uniquely identifies the background task that needs to be started by this trigger.

public:
 property Platform::String ^ TriggerId { Platform::String ^ get(); };
winrt::hstring TriggerId();
public string TriggerId { get; }
var string = customSystemEventTrigger.triggerId;
Public ReadOnly Property TriggerId As String

Property Value

String

Platform::String

winrt::hstring

The trigger identifier string.

Remarks

Consider using a GUID in string form.

Applies to