PicoOPC User's Guide and Reference
LicenseKey Property



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > Client Class : LicenseKey Property
The license key (a GUID) enabling the component.
Syntax
'Declaration
 
Public Property LicenseKey As Guid
'Usage
 
Dim instance As Client
Dim value As Guid
 
instance.LicenseKey = value
 
value = instance.LicenseKey
public Guid LicenseKey {get; set;}
public:
property Guid LicenseKey {
   Guid get();
   void set (    Guid value);
}
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

Client Class
Client Members