XmlDeclaration::Version Property

 

Gets the XML version of the document.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
property String^ Version {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^

The value is always 1.0.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show: