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