The identifier used by all XmlCData instances in this context.
[Visual Basic] Public ReadOnly CDataID As XmlIdent [C#] public readonly XmlIdent CDataID; [C++] public: readonly XmlIdent* CDataID; [JScript] public var CDataID : XmlIdent;
The Name property of this identifier is "#cdata" and the Namespace property is an empty string.
XmlContext Class | XmlContext Members | System.Xml Namespace