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);
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".