Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Optional BranchedFrom item.
This is set to NULL if the user does not have permission to read the item.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property BranchFromItem As Item
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public Item BranchFromItem { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property Item^ BranchFromItem {
Item^ get ();
void set (Item^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member BranchFromItem : Item with get, set
function get BranchFromItem () : Item
function set BranchFromItem (value : Item)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.Item
Returns Item.
.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.