ArgumentProviderUsageFooter Property
Gets footer text that is used when generating usage information.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public virtual string UsageFooter { get; }
Public Overridable ReadOnly Property UsageFooter As String
Get
Dim instance As ArgumentProvider
Dim value As String
value = instance.UsageFooter
public:
virtual property String^ UsageFooter {
String^ get ();
}
Property Value
String
The footer text.