Skip to main content

VariableTypes enumeration

C#
enum VariableTypes
{
Text = 1,
Decimal,
Integer,
Boolean,
Credential,
DateTime
}

Members

The VariableTypes object enumeration has the following members.

MemberValueDescription
Text1Specify variable type as Text.
Decimal2Specify variable type is Decimal.
Integer3Specify variable type is Integer.
Boolean4Specify variable type is Boolean.
Credential5Specify variable type is Credential.
DateTime6Specify variable type is DateTime.