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
- 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.