LogOnHistoryQueryField Enumeration

Properties which can be used to query for logon history records.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum LogOnHistoryQueryField
Members
  Member nameValueDescription
None0No property specified.
SessionId1The property.
AccountId2The property.
TenantId3The property.
SeatKind4The property.
IsSeatReserved5The property.
IPAddress6The property.
StartTime7The property.
EndTime8The property.
EndReason9The property.
See Also