Gets and sets an indicator if overwrite is allowed on any existing file when saving.
public bool Overwrite {get; set;}
public: __property bool get_Overwrite();
public: __property void set_Overwrite(
bool value
);
public:
property bool Overwrite {
bool get();
void set ( bool value);
}
'Declaration
Public Property Overwrite As Boolean
'Usage
Dim instance As SaveOptions
Dim value As Boolean
instance.Overwrite = value
value = instance.Overwrite
Property Value
A boolean value which is
true if overwrite is allowed. Otherwise,
false is used.