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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UAEUInformation Class : UnitId Property
Identifier for programmatic evaluation.
Syntax
'Declaration
 
<DefaultValueAttribute(-1)>
Public Property UnitId As Integer
'Usage
 
Dim instance As UAEUInformation
Dim value As Integer
 
instance.UnitId = value
 
value = instance.UnitId
[DefaultValue(-1)]
public int UnitId {get; set;}
[DefaultValue(-1)]
public:
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