Skip to content

P_CommandLine_VerbAttribute_Name

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

VerbAttribute.Name Property

Gets the verb name.

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

Syntax

C#

public string Name { get; }

VB

Public ReadOnly Property Name As String
	Get

C++

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

F#

member Name : string with get

Property Value

Type: String

See Also

Reference

VerbAttribute Class
CommandLine Namespace

Clone this wiki locally