Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.