'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(); }