Value Property (DropDownAccessibleObject)
Gets or sets the value of an accessible object.
'Declaration
Public Overridable Property Value As String
public virtual string Value {get; set;}
Property Value
The value of an accessible object, or a null reference (
Nothing in Visual Basic) if the object has no value set.