Skip to content

P_CommandLine_Parsed_1_Value

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

Parsed(T).Value Property

Gets the instance with parsed values.

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

Syntax

C#

public T Value { get; }

VB

Public ReadOnly Property Value As T
	Get

C++

public:
property T Value {
	T get ();
}

F#

member Value : 'T with get

Property Value

Type: T

See Also

Reference

Parsed(T) Class
CommandLine Namespace

Clone this wiki locally