PowerSNMP for .NET
Set Method (License)




A license key String provided by Dart. A 30-day trial key enables 30 days of use. A Developer License key enables perpetual use.
Used to set the runtime license before product classes are used. Applies to .NET Standard and .NET 5.0+ libraries only.
Syntax
Public Shared Sub Set( _
   ByVal licenseKey As String _
) 
Dim licenseKey As String
 
License.Set(licenseKey)
public static void Set( 
   string licenseKey
)
public: static void Set( 
   string* licenseKey
) 
public:
static void Set( 
   String^ licenseKey
) 

Parameters

licenseKey
A license key String provided by Dart. A 30-day trial key enables 30 days of use. A Developer License key enables perpetual use.
Exceptions
ExceptionDescription
System.ArgumentExceptionThrown if the trial or developer license key is not properly formed.
See Also

Reference

License Class
License Members


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic