Skip to main content

IVariableValueOptions Properties

An object defining properties for the IVariableValueOptions class.

TextML

Represents the multilingual text representation of the variable value.

Type: object


GeneralIsChanged

Indicates whether any global changes have occurred in the variable values.

Type: bool


IsChanged

Indicates whether the value has been modified.

Type: bool


ValueType

Specifies the type of the variable value.

Type: int?


ValueSourceType

Specifies the source type of the variable value.

Type: int


Value

Represents the value of the variable.

Type: object


Text

Specifies the text representation of the variable value.

Type: string


IsHtml

Indicates whether the value contains HTML content.

Type: bool