Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Build.Activities.Git
Assembly: Microsoft.TeamFoundation.Build.Activities (in Microsoft.TeamFoundation.Build.Activities.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.