'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
.