PowerTCP Zip Compression for .NET
EnableOverwrite Property




Gets or sets whether to give the end-user an Overwrite option.
Syntax
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.
See Also

Reference

SelfExtractConfiguration Class
SelfExtractConfiguration Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic