Opalis Quick Integration Kit 3.0
Gets or sets the license key given to the Opalis Object

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
public 
string 
LicenseKey { 
get; 
set; }
Visual Basic (Declaration)
Public 
Property 
LicenseKey 
As 
String
Visual C++
public:
property 
String^ 
LicenseKey {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

Field Value

The license key given to the Opalis Object.

See Also