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!

XmlHeader.Standalone

The standalone property of this XML header.

[Visual Basic]
Public Property Standalone As String
[C#]
public string Standalone {get; set;}
[C++]
public: __property String* get_Standalone();
public: __property void set_Standalone(String*);
[JScript]
public function get Standalone() : String;
public function set Standalone(String);

Remarks

A value of null indicates that the XML header has no standalone property. For compliance with current XML specifications this property should have the value null, "yes", or "no".

See Also

XmlHeader Class | XmlHeader Members | System.Xml Namespace