SelectElement.Value

SelectElement.Value property

On getting, must return the value of the first option element in the list of options in tree order that has its selectedness set to true, if any.

public String Value { get; set; }

See Also