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

The encoding property of this XML header.

[Visual Basic]
Public Property Encoding As String
[C#]
public string Encoding {get; set;}
[C++]
public: __property String* get_Encoding();
public: __property void set_Encoding(String*);
[JScript]
public function get Encoding() : String;
public function set Encoding(String);

Remarks

A value of null indicates that the XML header has no encoding property.

See Also

XmlHeader Class | XmlHeader Members | System.Xml Namespace