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, Object)

[To be supplied.]

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

Parameters

format
[To be supplied.]
arg0
[To be supplied.]

See Also

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