MappedParsedItemMappedEvents Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets list of mapped events MappedEvents
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IList<MappedEMEvent> MappedEvents { get; set; }
Public Property MappedEvents As IList(Of MappedEMEvent)
Get
Set
public:
property IList<MappedEMEvent^>^ MappedEvents {
IList<MappedEMEvent^>^ get ();
void set (IList<MappedEMEvent^>^ value);
}
member MappedEvents : IList<MappedEMEvent> with get, set
function get_MappedEvents();
function set_MappedEvents(value);
Property Value
Type:
IListMappedEMEvent
See Also