JobRunEventEventKind Property |
Gets the kind of the event.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public JobEventKind EventKind { get; }
Public ReadOnly Property EventKind As JobEventKind
Get
public:
property JobEventKind EventKind {
JobEventKind get ();
}
member EventKind : JobEventKind with get
Property Value
Type:
JobEventKindThe kind of the event.
See Also