CustomerListResult.Customers Property

JustinBack

CustomerListResultCustomers Property

Gets or sets the customers.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public List<Customer> Customers { get; set; }
Public Property Customers As List(Of Customer)
	Get
	Set
public:
property List<Customer^>^ Customers {
	List<Customer^>^ get ();
	void set (List<Customer^>^ value);
}

Property Value

Type: ListCustomer
The customers.
See Also