P_CommandLine_Text_MultilineTextAttribute_Line1 - adutton/commandline GitHub Wiki
Gets the first line of text.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public string Line1 { get; }VB
Public ReadOnly Property Line1 As String
GetC++
public:
property String^ Line1 {
String^ get ();
}F#
member Line1 : string with get
Type: String