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 (24.3.0.1000)
Syntax public enum LogOnHistoryQueryField
Public Enumeration LogOnHistoryQueryField
public enum class LogOnHistoryQueryField
type LogOnHistoryQueryField
Members
| Member name | Value | Description |
---|
| None | 0 | No property specified. |
| SessionId | 1 | The property. |
| AccountId | 2 | The property. |
| TenantId | 3 | The property. |
| SeatKind | 4 | The property. |
| IsSeatReserved | 5 | The property. |
| IPAddress | 6 | The property. |
| StartTime | 7 | The property. |
| EndTime | 8 | The property. |
| EndReason | 9 | The property. |
| ImpersonatingAccountId | 10 | The property. |
See Also