.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::Standalone

Should be set to "yes" or "no". This is the standalone attribute in the XML declaration. If not present, then this property returns an empty string. This property can be set from any node in the XML document and when set, causes the standalone property to be added to the XML declaration.

  Declarations  
    [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);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.