BuildSourceProviders.GitProperties.GetRepositoryName Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function GetRepositoryName ( _
propertyBag As IDictionary(Of String, String), _
<OutAttribute> ByRef teamProjectName As String, _
<OutAttribute> ByRef repositoryName As String _
) As Boolean
public static bool GetRepositoryName(
IDictionary<string, string> propertyBag,
out string teamProjectName,
out string repositoryName
)
public:
static bool GetRepositoryName(
IDictionary<String^, String^>^ propertyBag,
[OutAttribute] String^% teamProjectName,
[OutAttribute] String^% repositoryName
)
static member GetRepositoryName :
propertyBag:IDictionary<string, string> *
teamProjectName:string byref *
repositoryName:string byref -> bool
public static function GetRepositoryName(
propertyBag : IDictionary<String, String>,
teamProjectName : String,
repositoryName : String
) : boolean
Parameters
- propertyBag
Type: System.Collections.Generic.IDictionary<String, String>
- teamProjectName
Type: System.String%
- repositoryName
Type: System.String%
Return Value
Type: System.Boolean
Returns Boolean.
.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.