QuickOPC User's Guide and Reference
UnitId Property (_UAEUInformation)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess.ComTypes Namespace > _UAEUInformation Interface : UnitId Property
Identifier for programmatic evaluation.
Syntax
'Declaration
 
Property UnitId As Integer
'Usage
 
Dim instance As _UAEUInformation
Dim value As Integer
 
instance.UnitId = value
 
value = instance.UnitId
int UnitId {get; set;}
property int UnitId {
   int get();
   void set (    int value);
}
Remarks
-1 is used if a unitId is not available.
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