MSBuild.LogFile Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property LogFile As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> LogFile { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ LogFile {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member LogFile : InArgument<string> with get, set
function get LogFile () : InArgument<String>
function set LogFile (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

MSBuild Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace