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