DMVariableValue Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a variable value.
Inheritance Hierarchy
SystemObject
  DMLibraryDMVariableValue

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMVariableValue

The DMVariableValue type exposes the following members.

Constructors
NameDescription
Public methodDMVariableValue
Initializes a new instance of the DMVariableValue class
Public methodDMVariableValue(String)
Initializes a new instance of the DMVariableValue class
Top
Fields
NameDescription
Public fieldConditionalValues
Collection of conditional values.
Public fieldValue
Value of the variable.
Top
See Also