QuickOPC User's Guide and Reference
OpaqueIdentifier Property (_UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.ComTypes Namespace > _UANodeId Interface : OpaqueIdentifier Property
Opaque identifier value (in namespace specific format).
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property OpaqueIdentifier As Object()
'Usage
 
Dim instance As _UANodeId
Dim value() As Object
 
instance.OpaqueIdentifier = value
 
value = instance.OpaqueIdentifier
[ElementsNotNull()]
[NotNull()]
object[] OpaqueIdentifier {get; set;}
[ElementsNotNull()]
[NotNull()]
property array<Object^>^ OpaqueIdentifier {
   array<Object^>^ get();
   void set (    array<Object^>^ value);
}
Remarks
Values are restricted to 4096 bytes.
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