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