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

DbMaintenanceViewModelBase..::..PrimaryKeyControlsEnabled Property

Gets or sets a value indicating whether the primary key controls are enabled.

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

Syntax


public bool PrimaryKeyControlsEnabled { get; set; }
Public Property PrimaryKeyControlsEnabled As Boolean
	Get
	Set
public:
property bool^ PrimaryKeyControlsEnabled {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if primary key controls enabled; otherwise, false.