Document.XmlStandalone

Document.XmlStandalone property

An attribute specifying, as part of the XML declaration, whether this document is standalone. This is false when unspecified.

public bool XmlStandalone { get; set; }

Property Value

true if XML standalone; otherwise, false.

See Also