TaskPropertyInfo.Log 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.
This task parameter should be logged when LogTaskInputs is set. Defaults to true.
public:
property bool Log { bool get(); void set(bool value); };
public bool Log { get; set; }
member this.Log : bool with get, set
Public Property Log As Boolean