EventlogCollectionMainEventEntitiesCollection 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
Syntaxpublic EventlogEntityCollection MainEventEntitiesCollection { get; }
Public ReadOnly Property MainEventEntitiesCollection As EventlogEntityCollection
Get
public:
virtual property EventlogEntityCollection^ MainEventEntitiesCollection {
EventlogEntityCollection^ get () sealed;
}
abstract MainEventEntitiesCollection : EventlogEntityCollection with get
override MainEventEntitiesCollection : EventlogEntityCollection with get
function get_MainEventEntitiesCollection();
Property Value
Type:
EventlogEntityCollectionImplements
IEventlogCollectionMainEventEntitiesCollection
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