GeneratedArgumentProviderApplicationFriendlyName Property
            Gets the friendly name of the application.
            
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public override string ApplicationFriendlyName { get; }
Public Overrides ReadOnly Property ApplicationFriendlyName As String
	Get
Dim instance As GeneratedArgumentProvider
Dim value As String
value = instance.ApplicationFriendlyName
public:
virtual property String^ ApplicationFriendlyName {
	String^ get () override;
}
Property Value
String
            The friendly name of the application.