'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Property NamespaceArray As String()
'Usage
Dim instance As UAHeaderDataTypeSchema Dim value() As String instance.NamespaceArray = value value = instance.NamespaceArray
[ElementsNotNull()] [NotNull()] public string[] NamespaceArray {get; set;}
[ElementsNotNull()] [NotNull()] public: property array<String^>^ NamespaceArray { array<String^>^ get(); void set ( array<String^>^ value); }