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