IEventlogCollectionMainEventEntitiesCollection Property
|
Alterian Email Manager 6.2.3 SDK Help File
The EM Main Events
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxEventlogEntityCollection MainEventEntitiesCollection { get; }
ReadOnly Property MainEventEntitiesCollection As EventlogEntityCollection
Get
property EventlogEntityCollection^ MainEventEntitiesCollection {
EventlogEntityCollection^ get ();
}
abstract MainEventEntitiesCollection : EventlogEntityCollection with get
function get_MainEventEntitiesCollection();
Property Value
Type:
EventlogEntityCollection
Remarks
Reduced version of the content events as in many cases we won't have content data
like the Browser Name, Platform, Content events and we want to keep it
simple when sending this data to SQL Server
See Also