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.
Gets or sets the properties associated with the updated branch object.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Properties As BranchProperties
public BranchProperties Properties { get; private set; }
public:
property BranchProperties^ Properties {
BranchProperties^ get ();
private: void set (BranchProperties^ value);
}
member Properties : BranchProperties with get, private set
function get Properties () : BranchProperties
private function set Properties (value : BranchProperties)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.BranchProperties
The properties associated with the updated branch 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.