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
- 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.