public string[] Columns { get; set; }Public Property Columns As String()
Get
Setpublic:
virtual property array<String^>^ Columns {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}abstract Columns : string[] with get, set
override Columns : string[] with get, set