public bool IncludeExecutableExtension { get; set; }
Public Property IncludeExecutableExtension As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IncludeExecutableExtension
instance.IncludeExecutableExtension = value
public:
property bool IncludeExecutableExtension {
bool get ();
void set (bool value);
}
If the ExecutableName property is null, the executable name is determined by calling CommandLineParser.GetExecutableName(Boolean), passing the value of this property as the argument.
This property is not used if the ExecutableName property is not null.