EnumValue.SelectedValue Property

Definition

Gets or sets the value of a parameter.

public:
 property System::String ^ SelectedValue { System::String ^ get(); void set(System::String ^ value); };
public string SelectedValue { get; set; }
member this.SelectedValue : string with get, set
Public Property SelectedValue As String

Property Value

The value of the parameter.

Applies to