SystemTrigger.OneShot 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.
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.