DynamicAccountPropertiesLogOnTimestamp Property

Gets or sets the UTC time the account last logged on.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Tuple<DateTime>? LogOnTimestamp { get; set; }

Property Value

Type: TupleDateTime
Remarks
If this property is specified, the provider must also increment the log on count.
See Also