CheckInGatedChanges.Changesets Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property Changesets As OutArgument(Of IList(Of Changeset))
[BrowsableAttribute(true)]
public OutArgument<IList<Changeset>> Changesets { get; set; }
[BrowsableAttribute(true)]
public:
property OutArgument<IList<Changeset^>^>^ Changesets {
OutArgument<IList<Changeset^>^>^ get ();
void set (OutArgument<IList<Changeset^>^>^ value);
}
[<BrowsableAttribute(true)>]
member Changesets : OutArgument<IList<Changeset>> with get, set
function get Changesets () : OutArgument<IList<Changeset>>
function set Changesets (value : OutArgument<IList<Changeset>>)
Property Value
Type: System.Activities.OutArgument<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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace