'Declaration
<NotNullAttribute()> <TypeConverterAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)> ReadOnly Property OpaqueIdentifier As Byte()
[NotNull()] [TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)] byte[] OpaqueIdentifier {get;}
[NotNull()] [TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)] property array<byte>^ OpaqueIdentifier { array<byte>^ get(); }
Property Value
An array of bytes representing the opaque identifier of the node. This identifier is unique within the namespace.The value of this property cannot be null
(Nothing
in Visual Basic).