public virtual string ExecutableName { get; set; }
Public Overridable Property ExecutableName As String
Get
Set
Dim instance As UsageWriter
Dim value As String
value = instance.ExecutableName
instance.ExecutableName = value
public:
virtual property String^ ExecutableName {
String^ get ();
void set (String^ value);
}
Set this property to to use the default value, determined by calling the CommandLineParserGetExecutableName(Boolean) method.