Share via


RunTestImpact.AssociatedChanges Property

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property AssociatedChanges As InArgument(Of IList(Of Changeset))
[BrowsableAttribute(true)]
public InArgument<IList<Changeset>> AssociatedChanges { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<IList<Changeset^>^>^ AssociatedChanges {
    InArgument<IList<Changeset^>^>^ get ();
    void set (InArgument<IList<Changeset^>^>^ value);
}
[<BrowsableAttribute(true)>]
member AssociatedChanges : InArgument<IList<Changeset>> with get, set
function get AssociatedChanges () : InArgument<IList<Changeset>>
function set AssociatedChanges (value : InArgument<IList<Changeset>>)

Property Value

Type: System.Activities.InArgument<IList<Changeset>>

.NET Framework Security

See Also

Reference

RunTestImpact Class

Microsoft.TeamFoundation.Build.Activities Namespace