Skip to content

P_CommandLine_Text_MultilineTextAttribute_Line2

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

MultilineTextAttribute.Line2 Property

Gets the second line of text.

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public string Line2 { get; }

VB

Public ReadOnly Property Line2 As String
	Get

C++

public:
property String^ Line2 {
	String^ get ();
}

F#

member Line2 : string with get

Property Value

Type: String

See Also

Reference

MultilineTextAttribute Class
CommandLine.Text Namespace

Clone this wiki locally