SystemTrigger.OneShot Property

Definition

Gets whether a system event trigger will be used only once.

public:
 property bool OneShot { bool get(); };
bool OneShot();
public bool OneShot { get; }
var boolean = systemTrigger.oneShot;
Public ReadOnly Property OneShot As Boolean

Property Value

Boolean

bool

True if the system event trigger will be used only once; false if it will be used every time the event occurs.

Applies to