ShippingLabel..::..LabelNumber Property

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

Syntax


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