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 the team project on which this policy is being applied.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
ReadOnly Property TeamProject As TeamProject
Get
TeamProject TeamProject { get; }
property TeamProject^ TeamProject {
TeamProject^ get ();
}
abstract TeamProject : TeamProject
function get TeamProject () : TeamProject
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProject
The team project on which this policy is being applied.
.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.