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.WriteLine (Boolean)

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub WriteLine( _
   ByVal value As Boolean _
)
[C#]
public override void WriteLine(
   bool value
);
[C++]
public: override void WriteLine(
   bool value
);
[JScript]
public override function WriteLine(
   value : Boolean
);

Parameters

value
[To be supplied.]

See Also

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