CommandLineArgumentHasLongName Property
            Gets a value that indicates whether the argument has a long name.
            
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public bool HasLongName { get; }
Public ReadOnly Property HasLongName As Boolean
	Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.HasLongName
public:
property bool HasLongName {
	bool get ();
}
Property Value
Boolean if the argument has a long name; otherwise, 
.