QuickOPC User's Guide and Reference
SetOpaqueIdentifier Method (_UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.ComTypes Namespace > _UANodeId Interface : SetOpaqueIdentifier Method
Opaque identifier value (in namespace specific format).
Syntax
'Declaration
 
Sub SetOpaqueIdentifier( _
   ByRef opaqueIdentifier() As Byte _
) 
'Usage
 
Dim instance As _UANodeId
Dim opaqueIdentifier() As Byte
 
instance.SetOpaqueIdentifier(opaqueIdentifier)
void SetOpaqueIdentifier( 
   ref byte[] opaqueIdentifier
)
void SetOpaqueIdentifier( 
   array<byte>^% opaqueIdentifier
) 

Parameters

opaqueIdentifier
Remarks
Values are restricted to 4096 bytes. Intended for use from Visual Basic 6.0.
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