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!

XmlWriter.Depth

[To be supplied.]

[Visual Basic]
Overridable Public Property Depth As Integer
[C#]
public int Depth {virtual get; virtual set;}
[C++]
public: __property virtual int get_Depth();
public: __property virtual void set_Depth(int);
[JScript]
public function get Depth() : int;
public function set Depth(int);

See Also

XmlWriter Class | XmlWriter Members | System.Data.XML Namespace