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