Click or drag to resize

Customer Constructor

Initializes a new instance of the Customer class

Namespace:  Dynamicweb.Security.Licensing.DataObjects
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public Customer(
	string id,
	string name,
	Partner partner
)

Parameters

id
Type: SystemString
name
Type: SystemString
partner
Type: Dynamicweb.SecurityPartner
See Also