Class OptionWithLabel
public class OptionWithLabel
- Inheritance
-
OptionWithLabel
- Derived
- Inherited Members
Constructors
OptionWithLabel()
public OptionWithLabel()
OptionWithLabel(string)
public OptionWithLabel(string value)
Parameters
valuestring
OptionWithLabel(string, string)
public OptionWithLabel(string label, string value)
Parameters
Properties
Label
public string Label { get; set; }
Property Value
Value
public string Value { get; set; }