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

The identifier used by all XmlComment instances in this context.

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

Remarks

The Name property of this identifier is "#comment" and the Namespace property is an empty string.

See Also

XmlContext Class | XmlContext Members | System.Xml Namespace