BranchRelative. Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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
- 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.