Returns the number of trial days for this license.

Namespace:  Primeworks
Assembly:  Primeworks.Data (in Primeworks.Data.dll) Version: 1.0.2780.57 (1.0.2780.57)

Syntax

C#
protected static int LicenseTrialDays(
	IntPtr pLicense
)
Visual Basic (Declaration)
Protected Shared Function LicenseTrialDays ( _
	pLicense As IntPtr _
) As Integer
Visual C++
protected:
static int LicenseTrialDays(
	IntPtr pLicense
)

Parameters

pLicense
Type: System..::.IntPtr
Unmanaged license pointer.

Return Value

Number of trial days for this license.

See Also