TfsBuild.LogFilePerProject Property
Gets or sets a flag indicating whether to write a separate log file per project.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(True)> _
Public Property LogFilePerProject As InArgument(Of Boolean)
Get
Set
[BrowsableAttribute(true)]
public InArgument<bool> LogFilePerProject { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ LogFilePerProject {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member LogFilePerProject : InArgument<bool> with get, set
function get LogFilePerProject () : InArgument<boolean>
function set LogFilePerProject (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
True to write a separate log file per project; otherwise, false to write single log file for all projects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace