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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAConnectivity Class : LicenseInfo Property
Syntax
'Declaration
 
Public ReadOnly Property LicenseInfo As StringObjectDictionary
'Usage
 
Dim instance As DAConnectivity
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 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also