EventlogCollectionEventlogToDo Property
|
Alterian Email Manager 6.2.3 SDK Help File
True if this item has EM eventlog data to process. False in any other case
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool EventlogToDo { get; }
Public ReadOnly Property EventlogToDo As Boolean
Get
public:
virtual property bool EventlogToDo {
bool get () sealed;
}
abstract EventlogToDo : bool with get
override EventlogToDo : bool with get
function get_EventlogToDo();
Property Value
Type:
BooleanImplements
IEventlogCollectionEventlogToDo
See Also