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
'Декларация
Public Overridable ReadOnly Property StandaloneXml As Nullable(Of Boolean)
Get
'Применение
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>.