[This is preliminary documentation and is subject to change.]

The constructor for the user discount information

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public UserDiscountInfo(
	int numUsers,
	double percent
)
Visual Basic (Declaration)
Public Sub New ( _
	numUsers As Integer, _
	percent As Double _
)
Visual C++
public:
UserDiscountInfo(
	int numUsers, 
	double percent
)

Parameters

numUsers
Type: System..::.Int32
The total number of the users
percent
Type: System..::.Double
The percentage

See Also