EvaluateCheckInPolicies.Workspace Property

Gets or sets the Workspace object representing the workspace to evaluate.

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 representing the workspace to evaluate.

.NET Framework Security

See Also

Reference

EvaluateCheckInPolicies Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace