MappedEMEventMapTo Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets
EMEvent that is mapped to source
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMEvent MapTo { get; set; }
Public Property MapTo As EMEvent
Get
Set
public:
property EMEvent^ MapTo {
EMEvent^ get ();
void set (EMEvent^ value);
}
member MapTo : EMEvent with get, set
function get_MapTo();
function set_MapTo(value);
Property Value
Type:
EMEvent
See Also