Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool Get(
int LookupID,
int ColumnID,
string Key,
out DMExpression Value
)
Public Function Get (
LookupID As Integer,
ColumnID As Integer,
Key As String,
<OutAttribute> ByRef Value As DMExpression
) As Boolean
public:
bool Get(
int LookupID,
int ColumnID,
String^ Key,
[OutAttribute] DMExpression^% Value
)
member Get :
LookupID : int *
ColumnID : int *
Key : string *
Value : DMExpression byref -> bool
function Get(LookupID, ColumnID, Key, Value);
Parameters
- LookupID
- Type: SystemInt32
- ColumnID
- Type: SystemInt32
- Key
- Type: SystemString
- Value
- Type: DMExpression
Return Value
Type:
Boolean
See Also