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;
The Name property of this identifier is "#comment" and the Namespace property is an empty string.
XmlContext Class | XmlContext Members | System.Xml Namespace