Skip to content

P_CommandLine_NameInfo_LongName

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

NameInfo.LongName Property

Gets the long name of the name information.

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

Syntax

C#

public string LongName { get; }

VB

Public ReadOnly Property LongName As String
	Get

C++

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

F#

member LongName : string with get

Property Value

Type: String

See Also

Reference

NameInfo Class
CommandLine Namespace

Clone this wiki locally