Supplier..::..CreditorName Property

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

Syntax


public virtual string CreditorName { get; set; }
Public Overridable Property CreditorName As String
	Get
	Set
public:
virtual property String^ CreditorName {
	String^ get ();
	void set (String^ value);
}