Gets the TriggerManager instance associated with this system.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public TriggerManager Triggers { get; }
Visual Basic (Declaration)
Public ReadOnly Property Triggers As TriggerManager
Visual C++
public:
property TriggerManager^ Triggers {
	TriggerManager^ get ();
}

See Also