ConnectedServiceMetadata.TeamProject Property

Name of the project associated with this service

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property TeamProject As String
[ClientPropertyAttribute(ClientVisibility.Public)]
public string TeamProject { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property String^ TeamProject {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member TeamProject : string with get, set
function get TeamProject () : String 
function set TeamProject (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ConnectedServiceMetadata Class

Microsoft.TeamFoundation.Framework.Server Namespace