WorkspaceSpec.Combine Method (String, String)

Builds the qualified workspace name from the separate workspace and owner parts.

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

Syntax

'Declaration
Public Shared Function Combine ( _
    workspace As String, _
    owner As String _
) As String
public static string Combine(
    string workspace,
    string owner
)
public:
static String^ Combine(
    String^ workspace, 
    String^ owner
)
static member Combine : 
        workspace:string * 
        owner:string -> string
public static function Combine(
    workspace : String, 
    owner : String
) : String

Parameters

Return Value

Type: System.String
The qualified workspace name.

.NET Framework Security

See Also

Reference

WorkspaceSpec Class

Combine Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace