Value Property (ElementAccessibleObject)
Gets or sets the value of an accessible object.
'Declaration
Public Overrides Property Value As String
public override 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.