SystemTrigger.TriggerType 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 the system event type of a system event trigger.
public:
property SystemTriggerType TriggerType { SystemTriggerType get(); };
SystemTriggerType TriggerType();
public SystemTriggerType TriggerType { get; }
var systemTriggerType = systemTrigger.triggerType;
Public ReadOnly Property TriggerType As SystemTriggerType
Property Value
A system event type.