Knight Data Access Layer
ExtendTrial Method




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : ExtendTrial Method
Extend the trial of the software
Syntax
Public Shared Function ExtendTrial( _
   ByVal trialExtension As String _
) As Boolean
Dim trialExtension As String
Dim value As Boolean
 
value = DataHelper.ExtendTrial(trialExtension)
public static bool ExtendTrial( 
   string trialExtension
)
public: static bool ExtendTrial( 
   string* trialExtension
) 
public:
static bool ExtendTrial( 
   String^ trialExtension
) 

Parameters

trialExtension
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataHelper Class
DataHelper Members