DatabaseUsrtimer Property
|
Property that controls the user elapsed timer.
This property corresponds to the USRTIMER system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Usrtimer { get; set; }
Public Property Usrtimer As Boolean
Get
Set
public:
property bool Usrtimer {
bool get ();
void set (bool value);
}
member Usrtimer : bool with get, set
Property Value
Boolean
See Also