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
- 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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace