'Declaration
<XmlArrayItemAttribute("Uri", IsNullable=False)> Public Property ServerUris As String()
'Usage
Dim instance As UANodeSetChanges Dim value() As String instance.ServerUris = value value = instance.ServerUris
[XmlArrayItem("Uri", IsNullable=false)] public string[] ServerUris {get; set;}
[XmlArrayItem("Uri", IsNullable=false)] public: property array<String^>^ ServerUris { array<String^>^ get(); void set ( array<String^>^ value); }