public bool AllowMultipleTableSelection { get; set; }Public Property AllowMultipleTableSelection As Boolean
Get
Setpublic:
property bool AllowMultipleTableSelection {
bool get ();
void set (bool value);
}member AllowMultipleTableSelection : bool with get, set