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

The identifier used by all XmlText instances in this context.

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

Remarks

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

See Also

XmlContext Class | XmlContext Members | System.Xml Namespace