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!

IndentedTextWriter.Write (String)

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub Write( _
   ByVal s As String _
)
[C#]
public override void Write(
   string s
);
[C++]
public: override void Write(
   String* s
);
[JScript]
public override function Write(
   s : String
);

Parameters

s
[To be supplied.]

See Also

IndentedTextWriter Class | IndentedTextWriter Members | System.Web.UI Namespace | IndentedTextWriter.Write Overload List