Click or drag to resize

DefineCommands Class

Provides a set of define related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.Automate.ScriptingDefineCommands

Namespace:  MediaCy.Automation.Automate.Scripting
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class DefineCommands

The DefineCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBooleanVariable
Defines a boolean variable.
Public propertyStatic memberDateVariable
Defines a date variable.
Public propertyStatic memberDoubleVariable
Defines a 8 bytes floatting point variable.
Public propertyStatic memberIntegerVariable
Defines an integer variable.
Public propertyStatic memberObjectListVariable
Defines an object list variable.
Public propertyStatic memberSingleVariable
Defines a 4 bytes floatting point variable.
Public propertyStatic memberStringListVariable
Defines a string list variable.
Public propertyStatic memberStringVariable
Defines a string variable.
Top
See Also