GetReshelvedShelveset.Request Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Request As InArgument(Of IQueuedBuild)
public InArgument<IQueuedBuild> Request { get; set; }
public:
property InArgument<IQueuedBuild^>^ Request {
InArgument<IQueuedBuild^>^ get ();
void set (InArgument<IQueuedBuild^>^ value);
}
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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace