Opc.Ua.Core
DeleteOnLoad Property



Opc.Ua Namespace > TraceConfiguration Class : DeleteOnLoad Property
Whether the existing log file should be deleted when the application configuration is loaded.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=1)>
Public Property DeleteOnLoad As Boolean
'Usage
 
Dim instance As TraceConfiguration
Dim value As Boolean
 
instance.DeleteOnLoad = value
 
value = instance.DeleteOnLoad
[DataMember(IsRequired=false, Order=1)]
public bool DeleteOnLoad {get; set;}
[DataMember(IsRequired=false, Order=1)]
public:
property bool DeleteOnLoad {
   bool get();
   void set (    bool value);
}

Property Value

true if existing log file should be deleted when the application configuration is loaded; otherwise, false.
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

TraceConfiguration Class
TraceConfiguration Members