Value

Gets or sets the value of the form field, which represents the list of options in the drop-down list.

public List<string> Value { get; set; }

See Also