'Declaration
<NotNullAttribute()> Property NamespaceArray As Object()
'Usage
Dim instance As _UAHeaderDataTypeSchema Dim value() As Object instance.NamespaceArray = value value = instance.NamespaceArray
[NotNull()] object[] NamespaceArray {get; set;}
[NotNull()] property array<Object^>^ NamespaceArray { array<Object^>^ get(); void set ( array<Object^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value can be null
(Nothing
in Visual Basic).