DynamicAccountProperties.LockedUntil Property |
Gets or sets the time until which the account is locked, or null 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 (25.1.0.1000)
Syntaxpublic 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:
Tuple<Nullable<DateTime>>
See Also