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