Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Workspace object that contains the path to convert.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property Workspace As InArgument(Of Workspace)
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<Workspace> Workspace { get; set; }
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public:
property InArgument<Workspace^>^ Workspace {
InArgument<Workspace^>^ get ();
void set (InArgument<Workspace^>^ value);
}
[<RequiredArgumentAttribute>]
[<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>
The Workspace object that contains the path to convert.
.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