Share via


TfsGitRepositoryRefsCollection.IsNoteRef Method

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Shared Function IsNoteRef ( _
    gitRefName As String _
) As Boolean
public static bool IsNoteRef(
    string gitRefName
)
public:
static bool IsNoteRef(
    String^ gitRefName
)
static member IsNoteRef : 
        gitRefName:string -> bool
public static function IsNoteRef(
    gitRefName : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfsGitRepositoryRefsCollection Class

Microsoft.TeamFoundation.Git.Server Namespace