public List<string> options { get; set; }
Public Property options As List(Of String) Get Set
public: property List<String^>^ options { List<String^>^ get (); void set (List<String^>^ value); }