SyncWorkspace.PopulateOutput Property

Gets or sets a flag indicating whether to populate the output.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<Boolean>
True to populate the output; otherwise, false.

.NET Framework Security

See Also

Reference

SyncWorkspace Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace