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 Properties

The properties of the ConfigXmlCursor class are listed below. For a complete list of ConfigXmlCursor class members, see the ConfigXmlCursor Members topic.

Public:

Line File line number of the element within a configuration file.
Name Name of the tag element.
ReportLine The friendly line number for reporting errors. The difference from the Line property is that it reports the line on which the first nonwhitespace occurred.
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.
Type Node type of the XML element within a tree.

See Also

ConfigXmlCursor Class | System.Web.Configuration Namespace