MappedParsedItemMappedVariables Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<MappedEMVariable> MappedVariables { get; set; }
Public Property MappedVariables As IList(Of MappedEMVariable)
Get
Set
public:
property IList<MappedEMVariable^>^ MappedVariables {
IList<MappedEMVariable^>^ get ();
void set (IList<MappedEMVariable^>^ value);
}
member MappedVariables : IList<MappedEMVariable> with get, set
function get_MappedVariables();
function set_MappedVariables(value);
Property Value
Type:
IListMappedEMVariable
See Also