AssociateChangesetsAndWorkItems.LastLabel Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(True)> _
Public Property LastLabel As InArgument(Of String)
Get
Set
[BrowsableAttribute(true)]
public InArgument<string> LastLabel { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ LastLabel {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member LastLabel : InArgument<string> with get, set
function get LastLabel () : InArgument<String>
function set LastLabel (value : InArgument<String>)
Property Value
Type: System.Activities.InArgument<String>
.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