CustomSystemEventTrigger.TriggerId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The trigger identifier string.
Remarks
Consider using a GUID in string form.