QuickOPC User's Guide and Reference
LicenseInfo Property (UAConnectivityCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityCore Class : LicenseInfo Property
Syntax
'Declaration
 
Public ReadOnly Property LicenseInfo As StringObjectDictionary
'Usage
 
Dim instance As UAConnectivityCore
Dim value As StringObjectDictionary
 
value = instance.LicenseInfo
public StringObjectDictionary LicenseInfo {get;}
public:
property StringObjectDictionary^ LicenseInfo {
   StringObjectDictionary^ get();
}
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