BranchRelative. Property
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Private Property BranchFromItem As Object
private Object BranchFromItem { get; set; }
private:
virtual property Object^ BranchFromItem {
Object^ get () sealed;
void set (Object^ value) sealed;
}
private abstract BranchFromItem : Object with get, set
private override BranchFromItem : Object with get, set
final function get BranchFromItem () : Object
final function set BranchFromItem (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.