Line..::..Picked Property

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

Syntax


[DataMemberAttribute]
public bool Picked { get; set; }
<DataMemberAttribute> _
Public Property Picked As Boolean
	Get
	Set
[DataMemberAttribute]
public:
property bool^ Picked {
	bool^ get ();
	void set (bool^ value);
}