GeneratedArgumentProviderApplicationFriendlyName Property
Gets the friendly name of the application.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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.