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