'Declaration
<NotNullAttribute()> Public Property NamespaceArray As String()
'Usage
Dim instance As UAHeaderDataTypeSchema Dim value() As String instance.NamespaceArray = value value = instance.NamespaceArray
[NotNull()] public string[] NamespaceArray {get; set;}
[NotNull()] public: property array<String^>^ NamespaceArray { array<String^>^ get(); void set ( array<String^>^ value); }
Property Value
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).