PowerTCP Emulation for .NET CF
NewLine Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : NewLine Property




Gets or sets the end-of-line character sequence to use.

Syntax

Visual Basic (Declaration) 
Public Property NewLine As NewLine
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As NewLine
 
instance.NewLine = value
 
value = instance.NewLine
C# 
public NewLine NewLine {get; set;}
Managed Extensions for C++ 
public: __property NewLine get_NewLine();
public: __property void set_NewLine( 
   NewLine value
);
C++/CLI 
public:
property NewLine NewLine {
   NewLine get();
   void set (    NewLine value);
}

Property Value

A NewLine value. The default value is NewLine.Cr.

Remarks

This property determines if either a single CR or CR/LF combination is used as a line terminator.

If data is received from the host which causes this property to change, the NewLineChanged event is raised.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.