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!

XmlCharacterData.Length

Gets the length of the data, in characters.

[Visual Basic]
Overridable Public ReadOnly Property Length As Integer
[C#]
public int Length {virtual get;}
[C++]
public: __property virtual int get_Length();
[JScript]
public function get Length() : int;

Property Value

Length, in characters, of the string in the Data property. This property may be zero, that is, CharacterData nodes can be empty.

See Also

XmlCharacterData Class | XmlCharacterData Members | System.NewXml Namespace