OutputItem..::..IsPrimary Property

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


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