RecordLock..::..LockDateTime Property
Gets or sets the lock date time.
Namespace:
RingSoft.DbLookup.RecordLockingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
[RequiredAttribute] public DateTime LockDateTime { get; set; }
<RequiredAttribute> _ Public Property LockDateTime As DateTime Get Set
[RequiredAttribute] public: property DateTime^ LockDateTime { DateTime^ get (); void set (DateTime^ value); }