BranchHistoryTreeItem. Property

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

Syntax

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

Property Value

Type: IBranchRelative

.NET Framework Security

See Also

Reference

BranchHistoryTreeItem Class

Microsoft.TeamFoundation.VersionControl.Client Namespace