'Declaration
<DataMemberAttribute(IsRequired=False, Order=29)> Public Property ServerProfileArray As StringCollection
'Usage
Dim instance As ServerConfiguration Dim value As StringCollection instance.ServerProfileArray = value value = instance.ServerProfileArray
[DataMember(IsRequired=false, Order=29)] public StringCollection ServerProfileArray {get; set;}
[DataMember(IsRequired=false, Order=29)] public: property StringCollection^ ServerProfileArray { StringCollection^ get(); void set ( StringCollection^ value); }