Customer.name Property

JustinBack

Customername Property

Gets or sets the name of the customer.

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

Property Value

Type: String
The name.
See Also