Public Property Columns As List(Of String)
Dim instance As MappingException Dim value As List(Of String) instance.Columns = value value = instance.Columns
public List<string> Columns {get; set;}
public: __property List<string*>* get_Columns(); public: __property void set_Columns( List<string*>* value );
public: property List<String^>^ Columns { List<String^>^ get(); void set ( List<String^>^ value); }