SelectElement IsMultiple Property WebDriver
Gets a value indicating whether the parent element supports multiple selections.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public bool IsMultiple { get; private set; }
See Also