'Declaration
<System.ComponentModel.DescriptionAttribute("When enabled, this activity will overwrite any existing files that match in the destination location.")> <System.ComponentModel.DefaultValueAttribute()> Public Property Overwrite As System.Boolean
'Usage
Dim instance As CopyFile Dim value As System.Boolean instance.Overwrite = value value = instance.Overwrite
[System.ComponentModel.Description("When enabled, this activity will overwrite any existing files that match in the destination location.")] [System.ComponentModel.DefaultValue()] public System.bool Overwrite {get; set;}