DMVariableMapCollectionGetVariableMapAdd Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMVariableMap GetVariableMapAdd(
	int VariableID,
	DMVariableValue Value,
	int FieldID
)
Public Function GetVariableMapAdd ( 
	VariableID As Integer,
	Value As DMVariableValue,
	FieldID As Integer
) As DMVariableMap
public:
DMVariableMap^ GetVariableMapAdd(
	int VariableID, 
	DMVariableValue^ Value, 
	int FieldID
)
member GetVariableMapAdd : 
        VariableID : int * 
        Value : DMVariableValue * 
        FieldID : int -> DMVariableMap 
function GetVariableMapAdd(VariableID, Value, FieldID);
Parameters
- VariableID
 - Type: SystemInt32
 - Value
 - Type: DMLibraryDMVariableValue
 - FieldID
 - Type: SystemInt32
 
Return Value
Type: 
DMVariableMap
See Also