'Declaration
<TypeConverterAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)> <XmlIgnoreAttribute()> Public Property OpaqueIdentifier As Byte()
'Usage
Dim instance As UANodeId Dim value() As Byte instance.OpaqueIdentifier = value value = instance.OpaqueIdentifier
[TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)] [XmlIgnore()] public byte[] OpaqueIdentifier {get; set;}
[TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)] [XmlIgnore()] public: property array<byte>^ OpaqueIdentifier { array<byte>^ get(); void set ( array<byte>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).