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
- 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.