SalesOrder..::..Locked Property

Gets or sets a value indicating whether this SalesOrder is locked.

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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

Field Value

true if locked; otherwise, false.