Gets or sets whether to give the end-user an Overwrite option.
Public Property EnableOverwrite As Boolean
Dim instance As SelfExtractConfiguration
Dim value As Boolean
instance.EnableOverwrite = value
value = instance.EnableOverwrite
public bool EnableOverwrite {get; set;}
public: __property bool get_EnableOverwrite();
public: __property void set_EnableOverwrite(
bool value
);
public:
property bool EnableOverwrite {
bool get();
void set ( bool value);
}
Property Value
A boolean specifying whether to give the end-user an Overwrite option. The default value is true.