'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property OpaqueIdentifier As Object()
'Usage
Dim instance As _UANodeId Dim value() As Object instance.OpaqueIdentifier = value value = instance.OpaqueIdentifier
[ElementsNotNull()] [NotNull()] object[] OpaqueIdentifier {get; set;}
[ElementsNotNull()] [NotNull()] property array<Object^>^ OpaqueIdentifier { array<Object^>^ get(); void set ( array<Object^>^ value); }