'Declaration Public Overrides ReadOnly Property Text As String
'Usage Dim instance As TextBlockResult Dim value As String value = instance.Text
public override string Text {get;}
public: __property string* get_Text() override;
'Declaration Public Overrides ReadOnly Property Text As String
'Usage Dim instance As TextBlockResult Dim value As String value = instance.Text
public override string Text {get;}
public: __property string* get_Text() override;
This read-only property gets the string of characters from the TextBlockResult.