PowerTCP SSH and SFTP for .NET
Set Method (ComLicense)




A runtime license key string commonly copied from the Dart.{product}.lic file.
Used to set the runtime license before product classes are used. Precludes deployment of the Dart.{product}.lic file.
Syntax
'Declaration
 
Public Sub Set( _
   ByVal runtimeLicense As String _
) 
'Usage
 
Dim instance As ComLicense
Dim runtimeLicense As String
 
instance.Set(runtimeLicense)
public void Set( 
   string runtimeLicense
)
public: void Set( 
   string* runtimeLicense
) 
public:
void Set( 
   String^ runtimeLicense
) 

Parameters

runtimeLicense
A runtime license key string commonly copied from the Dart.{product}.lic file.
See Also

Reference

ComLicense Class
ComLicense Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic