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.
The team project(s) represented in this event.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Property TeamProject As String
public string TeamProject { get; set; }
public:
property String^ TeamProject {
String^ get ();
void set (String^ value);
}
member TeamProject : string with get, set
function get TeamProject () : String
function set TeamProject (value : String)
Property Value
Type: System.String
A string that contains the team project(s) represented in this event.
Remarks
There may be multiple team projects. Multiple team projects are represented by using a resource-defined separator.
.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.