ArgumentProviderApplicationFriendlyName Property
            Gets the friendly name of the application.
            
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public abstract string ApplicationFriendlyName { get; }
Public MustOverride ReadOnly Property ApplicationFriendlyName As String
	Get
Dim instance As ArgumentProvider
Dim value As String
value = instance.ApplicationFriendlyName
public:
virtual property String^ ApplicationFriendlyName {
	String^ get () abstract;
}
Property Value
String
            The friendly name of the application.