'Declaration
<System.ComponentModel.DescriptionAttribute("When enabled, this activity will overwrite if the NewName already exists.")> <System.ComponentModel.DefaultValueAttribute()> Public Property Overwrite As System.Boolean
'Usage
Dim instance As RenameFile Dim value As System.Boolean instance.Overwrite = value value = instance.Overwrite
[System.ComponentModel.Description("When enabled, this activity will overwrite if the NewName already exists.")] [System.ComponentModel.DefaultValue()] public System.bool Overwrite {get; set;}