TraceListenerCommandBase.ForceWrite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.