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!

XmlTextWriter.DocumentFragment

[To be supplied.]

[Visual Basic]
Public Property DocumentFragment As Boolean
[C#]
public bool DocumentFragment {get; set;}
[C++]
public: __property bool get_DocumentFragment();
public: __property void set_DocumentFragment(bool);
[JScript]
public function get DocumentFragment() : Boolean;
public function set DocumentFragment(Boolean);

See Also

XmlTextWriter Class | XmlTextWriter Members | System.Xml Namespace