Share via


ConfigureWorkspaceGridViewModel.NewWorkspace Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Property NewWorkspace As Workspace
public Workspace NewWorkspace { get; private set; }
public:
property Workspace^ NewWorkspace {
    Workspace^ get ();
    private: void set (Workspace^ value);
}
member NewWorkspace : Workspace with get, private set
function get NewWorkspace () : Workspace 
private function set NewWorkspace (value : Workspace)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace

.NET Framework Security

See Also

Reference

ConfigureWorkspaceGridViewModel Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace