public string UsageFooter { get; }
Public ReadOnly Property UsageFooter As String
Get
Dim instance As CommandLineParser
Dim value As String
value = instance.UsageFooter
public:
property String^ UsageFooter {
String^ get ();
}
If not empty, this footer will be added at the bottom of the usage help created by the WriteUsage(UsageWriter) method. This footer can be set by applying the UsageFooterAttribute attribute to the command line arguments class.