AssociateChangesetsAndWorkItems.AssociateWorkItems Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property AssociateWorkItems As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> AssociateWorkItems { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ AssociateWorkItems {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member AssociateWorkItems : InArgument<bool> with get, set
function get AssociateWorkItems () : InArgument<boolean>
function set AssociateWorkItems (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
.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
AssociateChangesetsAndWorkItems Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace