This documentation is archived and is not being maintained.
WorkspaceVersionSpec Constructor (String, String, String)
Visual Studio 2013
Construct a WorkspaceVersionSpec based the specified workspace name and owner.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
WorkspaceVersionSpec(
String^ name,
String^ ownerName,
String^ ownerDisplayName
)
Parameters
- name
- Type: System::String
The workspace name for the specification.
- ownerName
- Type: System::String
The workspace owner for the specification.
- ownerDisplayName
- Type: System::String
- 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.
Show: