NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConfigXmlCursor.Text

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;

See Also

ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace