DeliveryAddress..::..DeliveryAddressCode Property

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

Syntax


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