DMSAMVariable Class

Alterian Email Manager 6.2.3 SDK Help File
A light-weight class representing a variable. For use with the send a message library.
Inheritance Hierarchy
SystemObject
  DMLibraryDMSAMVariable

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

Syntax
public class DMSAMVariable

The DMSAMVariable type exposes the following members.

Fields
NameDescription
Public fieldDefaultField
Public fieldDefaultValue
A variable value object.
Public fieldEditorType
Editor to be used with this variable.
Public fieldForceMap
Public fieldID
ID of the variable.
Public fieldName
Name of the variable.
Public fieldParseName
Public fieldReadonly
Flags whether this variable is read only.
Public fieldRequired
Flags whether or not this variable is required.
Public fieldVariableType
Variable type.
Top
See Also