Category..::..CategoryNo Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Inventory
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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