Determines whether the component should overwrite read-only files when extracting entries from the zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Phone.Zip (in C1.Phone.Zip.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool OverwriteReadOnly { get; set; }
Visual Basic
Public Property OverwriteReadOnly As Boolean
	Get
	Set
XAML Attribute Usage
<object OverwriteReadOnly="bool" .../>

See Also