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.Type

Node type of the XML element within a tree.

[Visual Basic]
Overridable Public ReadOnly Property Type As ConfigXmlElement
[C#]
public ConfigXmlElement Type {virtual get;}
[C++]
public: __property virtual ConfigXmlElement get_Type();
[JScript]
public function get Type() : ConfigXmlElement;

See Also

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