BackgroundTaskRegistration.Trigger Property

Definition

This is not intended for use in your code. For all unsupported trigger types, the value returned by this property is null.

public:
 property IBackgroundTrigger ^ Trigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger Trigger();
public IBackgroundTrigger Trigger { get; }
var iBackgroundTrigger = backgroundTaskRegistration.trigger;
Public ReadOnly Property Trigger As IBackgroundTrigger

Property Value

This is not intended for use in your code. For all unsupported trigger types, the value returned by this property is null.

Implements

Applies to