Returns the text for the node under the cursor. For text/whitespace/CDATA nodes, this is the contained text. For attributes, this is the value.
[Visual Basic] Overridable Public ReadOnly Property Text As String [C#] public string Text {virtual get;} [C++] public: __property virtual String* get_Text(); [JScript] public function get Text() : String;
ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace