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!

XmlSerializationReader.ReadText

[To be supplied.]

[Visual Basic]
Protected Function ReadText( _
   ByVal value As String _
) As String
[C#]
protected string ReadText(
   string value
);
[C++]
protected: String* ReadText(
   String* value
);
[JScript]
protected function ReadText(
   value : String
) : String;

Parameters

value
[To be supplied.]

See Also

XmlSerializationReader Class | XmlSerializationReader Members | System.Xml.Serialization Namespace