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
- 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