'Declaration
<ColumnDisplayAttribute(2)> <DisplayAttribute(AutoGenerateField=False, ShortName="Opaque Identifier")> <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
[ColumnDisplay(2)] [Display(AutoGenerateField=false, ShortName="Opaque Identifier")] [TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)] [XmlIgnore()] public byte[] OpaqueIdentifier {get; set;}
[ColumnDisplay(2)] [Display(AutoGenerateField=false, ShortName="Opaque Identifier")] [TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAOpaqueIdentifierConverter)] [XmlIgnore()] public: property array<byte>^ OpaqueIdentifier { array<byte>^ get(); void set ( array<byte>^ value); }