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!

DocumentReader.Add (String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Add( _
   ByVal str As String _
) As String
[C#]
public virtual string Add(
   string str
);
[C++]
public: virtual String* Add(
   String* str
);
[JScript]
public function Add(
   str : String
) : String;

Parameters

str
[To be supplied.]

See Also

DocumentReader Class | DocumentReader Members | System.Data.XML Namespace | DocumentReader.Add Overload List