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 (25.3.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: 
TupleNullableDateTime
See Also