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

Gets the number of users allowed in the trial period based on the information provided in the accounting.xml resource file

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

Syntax

C#
public int GetTrialPeriodUsersCount()
Visual Basic (Declaration)
Public Function GetTrialPeriodUsersCount As Integer
Visual C++
public:
int GetTrialPeriodUsersCount()

Return Value

The number of users

See Also