Connectivity Software User's Guide and Reference
Instance Property (LicensingException)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Licensing Namespace > LicensingException Class : Instance Property
The instance of the component that was not granted a license.
Syntax
'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
Public ReadOnly Property Instance As Object
'Usage
 
Dim instance As LicensingException
Dim value As Object
 
value = instance.Instance
[JetBrains.Annotations.CanBeNull()]
public object Instance {get;}
[JetBrains.Annotations.CanBeNull()]
public:
property Object^ Instance {
   Object^ get();
}

Property Value

The value of this property can be null (Nothing in Visual Basic).

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