TfsGitRepositoryRefsCollection.IsTagRef Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared Function IsTagRef ( _
gitRefName As String _
) As Boolean
public static bool IsTagRef(
string gitRefName
)
public:
static bool IsTagRef(
String^ gitRefName
)
static member IsTagRef :
gitRefName:string -> bool
public static function IsTagRef(
gitRefName : String
) : boolean
Parameters
- gitRefName
Type: System.String
Return Value
Type: System.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.