BranchRelative. Property

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

Syntax

'Declaration
Private Property BranchToItem As Object
private Object BranchToItem { get; set; }
private:
virtual property Object^ BranchToItem {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
private abstract BranchToItem : Object with get, set 
private override BranchToItem : Object with get, set
final function get BranchToItem () : Object 
final function set BranchToItem (value : Object)

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

BranchRelative Class

Microsoft.TeamFoundation.VersionControl.Client Namespace