P_CommandLine_NameInfo_LongName - adutton/commandline GitHub Wiki
Gets the long name of the name information.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public string LongName { get; }VB
Public ReadOnly Property LongName As String
GetC++
public:
property String^ LongName {
String^ get ();
}F#
member LongName : string with get
Type: String