CustomerResult.Customer_ID Property

JustinBack

CustomerResultCustomer_ID Property

Gets or sets the customer identifier.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public int Customer_ID { get; set; }
Public Property Customer_ID As Integer
	Get
	Set
public:
property int Customer_ID {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
The customer identifier.
See Also