Share via


TfsGitBranchRef.IsDefaultBranch Property

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

Syntax

'Declaration
Public Property IsDefaultBranch As Boolean
public bool IsDefaultBranch { get; private set; }
public:
property bool IsDefaultBranch {
    bool get ();
    private: void set (bool value);
}
member IsDefaultBranch : bool with get, private set
function get IsDefaultBranch () : boolean 
private function set IsDefaultBranch (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfsGitBranchRef Class

Microsoft.TeamFoundation.Git.Server.Serialization Namespace