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