SynchronizeRequests.ApprovedRequests Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
'Declaration
Public Property ApprovedRequests As OutArgument(Of ICollection(Of IQueuedBuild))
public OutArgument<ICollection<IQueuedBuild>> ApprovedRequests { get; set; }
public:
property OutArgument<ICollection<IQueuedBuild^>^>^ ApprovedRequests {
OutArgument<ICollection<IQueuedBuild^>^>^ get ();
void set (OutArgument<ICollection<IQueuedBuild^>^>^ value);
}
member ApprovedRequests : OutArgument<ICollection<IQueuedBuild>> with get, set
function get ApprovedRequests () : OutArgument<ICollection<IQueuedBuild>>
function set ApprovedRequests (value : OutArgument<ICollection<IQueuedBuild>>)
Type: System.Activities.OutArgument<ICollection<IQueuedBuild>>
Returns OutArgument<T>.
- 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.
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace