Alterian Email Manager 6.2.3 SDK Help File
Represents a Lookup value from a lookup table.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMLookupValue
<SerializableAttribute>
Public Class DMLookupValue
[SerializableAttribute]
public ref class DMLookupValue
[<SerializableAttribute>]
type DMLookupValue = class end
DMLibrary.DMLookupValue = function();
Type.createClass(
'DMLibrary.DMLookupValue');
The DMLookupValue type exposes the following members.
Fields | Name | Description |
---|
 | ColumnID | The ID of the column from which this value was pulled. |
 | Value | The value of this Lookup. |
Top
See Also