This constructor creates a new CDuesProduct object.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CDuesProduct(
	IiMISUser user,
	string productMajor,
	string productMinor
)
Visual Basic
Public Sub New ( _
	user As IiMISUser, _
	productMajor As String, _
	productMinor As String _
)
Visual C++
public:
CDuesProduct(
	IiMISUser^ user, 
	String^ productMajor, 
	String^ productMinor
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
productMajor
Type: System..::..String
The major portion of the product's key for those products with two-part keys. Or the product's key for products with one part keys.
productMinor
Type: System..::..String
The minor portion of the product's key for those products with two-part keys. Or string.Empty for products with one part keys.

See Also