NotificationEvent.TeamProject Property

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

See Also

Reference

NotificationEvent Class

Microsoft.TeamFoundation.VersionControl.Common Namespace