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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.