BranchRelative.BranchFromItem Property

Gets the BranchedFrom item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'宣言
Public ReadOnly Property BranchFromItem As Item
    Get
public Item BranchFromItem { get; }
public:
property Item^ BranchFromItem {
    Item^ get ();
}
member BranchFromItem : Item
function get BranchFromItem () : Item

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Item
The BranchedFrom item. Null if the user does not have read permissions.

.NET Framework Security

See Also

Reference

BranchRelative Class

Microsoft.TeamFoundation.VersionControl.Client Namespace