Determines whether the component should overwrite system 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 OverwriteSystem { get; set; }
Visual Basic
Public Property OverwriteSystem As Boolean
	Get
	Set
XAML Attribute Usage
<object OverwriteSystem="bool" .../>

See Also