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; }
Public Property LogOnTimestamp As Tuple(Of DateTime)
Get
Set
public:
property Tuple<DateTime>^ LogOnTimestamp {
Tuple<DateTime>^ get ();
void set (Tuple<DateTime>^ value);
}
member LogOnTimestamp : Tuple<DateTime> with get, set
Property Value
Type:
TupleDateTimeRemarks
If this property is specified, the provider must also increment the log on count.
See Also