false if multiple selection is prohibited, true if it is allowed.
When this property is true, a check mark is placed next to each row that is tapped. Tapping the row again removes the check mark.
Call UITableView.IndexPathsForSelectedRows to identify the selected rows.
The default value of this property is false.