TraceListenerCommandBase.ForceWrite Property

Definition

Property that sets force parameter. This will clear the read-only attribute on an existing file if present.

public:
 property bool ForceWrite { bool get(); void set(bool value); };
public:
 property bool ForceWrite { bool get(); void set(bool value); };
public bool ForceWrite { get; set; }
member this.ForceWrite : bool with get, set
Public Property ForceWrite As Boolean

Property Value

Remarks

Note that we do not attempt to reset the read-only attribute.

Applies to