CreateWorkspaceParameters Constructor
Create a new CreateWorkspaceParameters instance to supply data to VersionControlServer.CreateWorkspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
workspaceName As String _
)
public CreateWorkspaceParameters(
string workspaceName
)
public:
CreateWorkspaceParameters(
String^ workspaceName
)
new :
workspaceName:string -> CreateWorkspaceParameters
public function CreateWorkspaceParameters(
workspaceName : String
)
Parameters
workspaceName
Type: System.StringThe name of the workspace to be created.
.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.