Open this page in the API Guide

AccountData.LastLogOnTime Property

Gets the UTC time the account last logged on.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "lastLogOnTime", EmitDefaultValue = false)]
public DateTime? LastLogOnTime { get; set; }

Property Value

Type: Nullable<DateTime>
The time at which the account last logged on, or null if the account never logged on.
See Also