RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupContextBase..::..RecordLockingLookup Property

Gets or sets the record locking lookup.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public LookupDefinition<RecordLockingLookup, RecordLock> RecordLockingLookup { get; set; }
Public Property RecordLockingLookup As LookupDefinition(Of RecordLockingLookup, RecordLock)
	Get
	Set
public:
property LookupDefinition<RecordLockingLookup^, RecordLock^>^ RecordLockingLookup {
	LookupDefinition<RecordLockingLookup^, RecordLock^>^ get ();
	void set (LookupDefinition<RecordLockingLookup^, RecordLock^>^ value);
}

Field Value

The record locking lookup.