The version property of this XML header.
[Visual Basic] Public Property Version As String [C#] public string Version {get; set;} [C++] public: __property String* get_Version(); public: __property void set_Version(String*); [JScript] public function get Version() : String; public function set Version(String);
A value of null indicates that the XML header has no version property. For compliance with current XML specifications this property should have the value "1.0".