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!

XmlContext.HeaderID

The identifier used by all XmlHeader instances in this context.

[Visual Basic]
Public ReadOnly HeaderID As XmlIdent
[C#]
public readonly XmlIdent HeaderID;
[C++]
public: readonly XmlIdent* HeaderID;
[JScript]
public var HeaderID : XmlIdent;

Remarks

The Name property of this identifier is "?xml" and the Namespace property is an empty string.

See Also

XmlContext Class | XmlContext Members | System.Xml Namespace