ApproveRequestForCheckIn.Request Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<RequiredArgumentAttribute> _
Public Property Request As InArgument(Of IQueuedBuild)
[RequiredArgumentAttribute]
public InArgument<IQueuedBuild> Request { get; set; }
[RequiredArgumentAttribute]
public:
property InArgument<IQueuedBuild^>^ Request {
InArgument<IQueuedBuild^>^ get ();
void set (InArgument<IQueuedBuild^>^ value);
}
[<RequiredArgumentAttribute>]
member Request : InArgument<IQueuedBuild> with get, set
function get Request () : InArgument<IQueuedBuild>
function set Request (value : InArgument<IQueuedBuild>)
Property Value
Type: System.Activities.InArgument<IQueuedBuild>
Returns InArgument<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
ApproveRequestForCheckIn Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace