Share via


GetPendingChanges.Items Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property Items As InArgument(Of Collection(Of String))
public InArgument<Collection<string>> Items { get; set; }
public:
property InArgument<Collection<String^>^>^ Items {
    InArgument<Collection<String^>^>^ get ();
    void set (InArgument<Collection<String^>^>^ value);
}
member Items : InArgument<Collection<string>> with get, set
function get Items () : InArgument<Collection<String>>
function set Items (value : InArgument<Collection<String>>)

Property Value

Type: System.Activities.InArgument<Collection<String>>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

GetPendingChanges Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace