| Name | Description |
 | Actions | Gets the Actions that this Trigger takes. |
 | ActionsModified | Returns true if the Actions were modified during an edit. |
 | AuditTrail | Gets a list of audit trail events for this Trigger. |
 | Description | Gets or sets a description of this Trigger. |
 | Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Events | Gets the Events that this Trigger watches for. |
 | EventsModified | Returns true if the Events were modified during an edit. |
 | HasErrors | The HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | LastChange | Gets the date and time that this Trigger definition was last changed. |
 | LastChangedBy | Gets the user who last changed this Trigger. |
 | LastChangeUTC | Gets the UTCdate and time that this Trigger definition was last changed. |
 | LastFired | Gets the date and time that this Trigger was was last fired. |
 | LastFiredUTC | Gets the UTCdate and time that this Trigger was was last fired. |
 | LastReset | Gets the date and time that this Trigger was last reset. |
 | LastResetUTC | Gets the UTC date and time that this Trigger was last reset. |
 | LoadedFrom | Returns the JAMS Server that this System was loaded from. |
 | Modified | The Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Name | Gets or sets the name of the Trigger. |
 | NewObject | The NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ParentFolder | Gets or sets the JAMS Folder that this Trigger is a member of. |
 | ParentFolderID | Gets the Parent Folder ID for this Trigger. This property is designed to be used by JAMS, not user code. |
 | ParentFolderName | Gets or sets the name of the JAMS Folder that this trigger is a member of. |
 | QualifiedName | Return the full qualified name of the Trigger |
 | ResetWhenFired | Gets or sets the ResetWhenFired property. If true JAMS will reset this Trigger's status to Enabled after it fires. If false the Trigger's status will be Fired after it fires. If the Trigger is enabled it can fire again. If the Trigger is not enabled it will have to be enabled manually before it can fire again. |
 | RevisionHistory | Gets a list of Trigger versions. |
 | Status | Gets or sets the Status of this Trigger. |
 | TriggerID | Gets the unique TriggerID used to identify a Trigger. |
 | TriggerName | Gets or sets the name of the Trigger. |
 | UserName | Gets or sets the UserName used by this Trigger. JAMS uses the UserName to access Jobs that this Trigger submits or Variables which this Trigger modifies. |
 | Validated | The Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject) |