'Declaration Public ReadOnly Property TimeZoneList As System.Collections.Generic.SortedList(Of String,Integer)
'Usage Dim instance As FTP Dim value As System.Collections.Generic.SortedList(Of String,Integer) value = instance.TimeZoneList
public System.Collections.Generic.SortedList<string,int> TimeZoneList {get;}
public read-only property TimeZoneList: System.Collections.Generic.SortedList;
public function get TimeZoneList : System.Collections.Generic.SortedList
public: __property System.Collections.Generic.SortedList<string*,int>* get_TimeZoneList();
public: property System.Collections.Generic.SortedList<String^,int>^ TimeZoneList { System.Collections.Generic.SortedList<String^,int>^ get(); }