OpenXmlPartReader.StandaloneXml Property

Definition

Gets the standalone property of the XML file. Returns false if there is no "standalone" in the XML declaration stream.

public override bool? StandaloneXml { get; }
member this.StandaloneXml : Nullable<bool>
Public Overrides ReadOnly Property StandaloneXml As Nullable(Of Boolean)

Property Value

Returns Nullable<T>.

Applies to