Gets the text string of the result object.
Syntax
Public Overridable ReadOnly Property Text As String
Dim instance As Result
Dim value As String
value = instance.Text
public virtual string Text {get;}
public:
virtual property String^ Text {
String^ get();
}
See Also