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