Name | Description | |
---|---|---|
AddToEnvironment | Indicates whether the variable is added to the environment | |
BooleanValue | Gets or sets the Value as a boolean value. | |
Caption | The caption to be used when prompting for a value for this variable | |
DateTimeValue | Gets or sets the Value as a DateTime. | |
DateValue | Gets or sets the Value as a DateTime containing only a date. | |
DecimalValue | Gets or sets the Value as a decimal. | |
Documentation | Documentation to be shown to the user when editing this value | |
HideValue | Specifies whether the value should be hidden from the user | |
IntegerValue | Gets or sets the Value as an integer. | |
Name | The name of the variable | |
StringValue | Gets or sets the Value as a string | |
TimeValue | Gets or sets the Value as a DateTime value that stores only the time. | |
UserInterfaceExtensionID | Extension ID of the custom UI for this variable | |
Value | The value of the variable | |
ValueAsObject | Gets the Value as an object of the type specified by the VariableType. | |
VariableType | The data type of the variable |