Share via


OpenXmlReader.StandaloneXml Property

Gets the standalone property in the XML declaration of the XML stream. Default is null.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property StandaloneXml As Nullable(Of Boolean)
    Get
'Usage
Dim instance As OpenXmlReader
Dim value As Nullable(Of Boolean)

value = instance.StandaloneXml
public virtual Nullable<bool> StandaloneXml { get; }

Property Value

Type: System.Nullable<Boolean>
Returns Nullable<T>.

See Also

Reference

OpenXmlReader Class

OpenXmlReader Members

DocumentFormat.OpenXml Namespace