DynamicAccountPropertiesLockedUntil Property |
Gets or sets the time until which the account is locked, or if the account is not yet locked.
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?>? LockedUntil { get; set; }
Public Property LockedUntil As Tuple(Of DateTime?)
Get
Set
public:
property Tuple<Nullable<DateTime>>^ LockedUntil {
Tuple<Nullable<DateTime>>^ get ();
void set (Tuple<Nullable<DateTime>>^ value);
}
member LockedUntil : Tuple<Nullable<DateTime>> with get, set
Property Value
Type:
TupleNullableDateTimeSee Also