EMDeploymentSettingsVariableMapping Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<DMVariableMap> VariableMapping { get; set; }
Public Property VariableMapping As IList(Of DMVariableMap)
Get
Set
public:
property IList<DMVariableMap^>^ VariableMapping {
IList<DMVariableMap^>^ get ();
void set (IList<DMVariableMap^>^ value);
}
member VariableMapping : IList<DMVariableMap> with get, set
function get_VariableMapping();
function set_VariableMapping(value);
Property Value
Type:
IListDMVariableMap
See Also