string[] Units { get; set; }
Property Units As String() Get Set
property array<String^>^ Units { array<String^>^ get (); void set (array<String^>^ value); }
abstract Units : string[] with get, set
In This Article