Gets a value indicating whether this choice is selected or not.
public bool Selected {get;}
public: __property bool get_Selected();
public:
property bool Selected {
bool get();
}
'Declaration
Public ReadOnly Property Selected As Boolean
'Usage
Dim instance As ChoiceOption
Dim value As Boolean
value = instance.Selected
Property Value
Whether this choice is selected or not.