'Declaration
<NotNullAttribute()> Property OpaqueIdentifier As Object()
'Usage
Dim instance As _UANodeId Dim value() As Object instance.OpaqueIdentifier = value value = instance.OpaqueIdentifier
[NotNull()] object[] OpaqueIdentifier {get; set;}
[NotNull()] property array<Object^>^ OpaqueIdentifier { array<Object^>^ get(); void set ( array<Object^>^ value); }
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).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).