QuickOPC User's Guide and Reference
Instance Field (LicensingManagement)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel Namespace > LicensingManagement Class : Instance Field
An instance of the licensing management object.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Instance As LicensingManagement
'Usage
 
Dim value As LicensingManagement
 
value = LicensingManagement.Instance
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static readonly LicensingManagement Instance
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static readonly LicensingManagement^ Instance
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also