Value Property (TestObject)
Class
TestObject
.
Action
Gets the value of the control, e.g.: text in a text control.
Syntax
C#
protected
Object
Value { get; }
VB
'Declaration Protected Read Property Value As
Object
Access
Read only.