IList<string> TimeZoneNames { get; set; }
Property TimeZoneNames As IList(Of String) Get Set
property IList<String^>^ TimeZoneNames { IList<String^>^ get (); void set (IList<String^>^ value); }