BuildSourceProviders.GitProperties.CreateGitRepositoryUrl Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function CreateGitRepositoryUrl ( _
collectionUrl As String, _
teamProjectName As String, _
repoName As String _
) As String
public static string CreateGitRepositoryUrl(
string collectionUrl,
string teamProjectName,
string repoName
)
public:
static String^ CreateGitRepositoryUrl(
String^ collectionUrl,
String^ teamProjectName,
String^ repoName
)
static member CreateGitRepositoryUrl :
collectionUrl:string *
teamProjectName:string *
repoName:string -> string
public static function CreateGitRepositoryUrl(
collectionUrl : String,
teamProjectName : String,
repoName : String
) : String
Parameters
- collectionUrl
Type: System.String
- teamProjectName
Type: System.String
- repoName
Type: System.String
Return Value
Type: System.String
Returns String.
.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.