OpenXmlPartReader.StandaloneXml Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.