Share via


Get.PopulateOutput Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
Public Property PopulateOutput As Boolean
public bool PopulateOutput { get; set; }
public:
property bool PopulateOutput {
    bool get ();
    void set (bool value);
}
member PopulateOutput : bool with get, set
function get PopulateOutput () : boolean
function set PopulateOutput (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Get Class

Microsoft.TeamFoundation.Build.Tasks Namespace