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

Checks if the license user limit is valid

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

Syntax

C#
public bool IsLicenseUserLimitValid(
	int userId
)
Visual Basic (Declaration)
Public Function IsLicenseUserLimitValid ( _
	userId As Integer _
) As Boolean
Visual C++
public:
bool IsLicenseUserLimitValid(
	int userId
)

Parameters

userId
Type: System..::.Int32

Return Value

See Also