TfsItem.IsBranch Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "isBranch", EmitDefaultValue := False)> _
Public Property IsBranch As Boolean
[DataMemberAttribute(Name = "isBranch", EmitDefaultValue = false)]
public bool IsBranch { get; set; }
[DataMemberAttribute(Name = L"isBranch", EmitDefaultValue = false)]
public:
property bool IsBranch {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(Name = "isBranch", 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

TfsItem Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace