Skip to content

P_CommandLine_Text_MultilineTextAttribute_Value

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

MultilineTextAttribute.Value Property

Gets the all non-blank lines as string.

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

Syntax

C#

public virtual string Value { get; }

VB

Public Overridable ReadOnly Property Value As String
	Get

C++

public:
virtual property String^ Value {
	String^ get ();
}

F#

abstract Value : string with get
override Value : string with get

Property Value

Type: String
A string of all non-blank lines.

See Also

Reference

MultilineTextAttribute Class
CommandLine.Text Namespace

Clone this wiki locally