NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlHeader.Version

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);

Remarks

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".

See Also

XmlHeader Class | XmlHeader Members | System.Xml Namespace