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