JAMS Developer Guide
Overwrite Property (PCToEditFile)


MVPSI.JAMS.Sym.Activities Namespace > PCToEditFile Class : Overwrite Property
Overwrite the EDITFILE if it exists
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PCToEditFile Class
PCToEditFile Members