'Declaration
<System.ComponentModel.CategoryAttribute("EDITFILE")> <System.ComponentModel.DescriptionAttribute("Overwrite the EDITFILE if it exists")> Public Property Overwrite As System.Boolean
'Usage
Dim instance As PCToEditFile Dim value As System.Boolean instance.Overwrite = value value = instance.Overwrite
[System.ComponentModel.Category("EDITFILE")] [System.ComponentModel.Description("Overwrite the EDITFILE if it exists")] public System.bool Overwrite {get; set;}