Share via


TfvcItem.IsBranch Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsBranch As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsBranch { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsBranch {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsBranch : bool with get, set
function get IsBranch () : boolean 
function set IsBranch (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfvcItem Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace