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.NewLine

[To be supplied.]

[Visual Basic]
Overridable Public Property NewLine As String
[C#]
public string NewLine {override get; override set;}
[C++]
public: __property virtual String* get_NewLine();
public: __property virtual void set_NewLine(String*);
[JScript]
public function get NewLine() : String;
public function set NewLine(String);

See Also

IndentedTextWriter Class | IndentedTextWriter Members | System.CodeDOM.Compiler Namespace