| Name | Description |
 | BeginEdit | Starts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | CancelEdit | Cancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
  | Check | Checks a Variable against a JAMS Server. |
 | ClearError | Clears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ClearModified | ClearModified is designed to be used internally and should not be called from end-user code. Call Update() which saves the modifications and then calls ClearModified. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Clone | Implementation of ICloneable Clone. |
 | CompareTo | Implementation of IComparable CompareTo. Compares this instance to the one specified. |
 | Delete | Overloaded. Delete the Variable definition. |
 | EndEdit | Ends an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Equals | Checks for equality. |
  | Exists | Overloaded. Test to determine if a given Variable exists on the default server. |
  | ExistsInPath | Determines if a Variable can be found within the specified Folder's search path. |
  | Find | Overloaded. Creates and loads a new VariableList from the default JAMS Server. |
  | Get | Overloaded. Gets the current value of a JAMS Variable. |
 | GetAccessControl | Overloaded. Gets a VariableSecurity object that encapsulates the access control list (ACL) entries for the Variable described by the current Variable object. |
 | GetHashCode | Returns a hashcode. |
 | Initialize | Initializes a Variable to default values. |
  | Load | Overloaded. Load the Variable definition with the specified name from the current JAMS Server. |
 | MoveTo | Save the Variable with a new name and/or server and remove the old instance of the Variable. |
 | SaveAs | Save this Variable with a new name and/or server |
  | Set | Overloaded. Sets the Variable to the specified value. |
 | SetAccessControl | Applies access control list (ACL) entries described by a VariableSecurity object to the Variable described by the current Variable object. |
 | SetError | Sets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | SetModified | Marks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ToString | Returns the string equivalent of this Variable. |
 | UndoEdits | Overridden. Undo changes that have not been saved to the database. |
 | Update | Overloaded. Save the Variable definition on the specified JAMS Server. |
 | Validate | Overloaded. Overridden. Validate all properties. |