DeploymentEnvironment.ConnectedService Property

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Property ConnectedService As ConnectedService
public ConnectedService ConnectedService { get; internal set; }
public:
property ConnectedService^ ConnectedService {
    ConnectedService^ get ();
    internal: void set (ConnectedService^ value);
}
member ConnectedService : ConnectedService with get, internal set
function get ConnectedService () : ConnectedService 
internal function set ConnectedService (value : ConnectedService)

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.ConnectedService

.NET Framework Security

See Also

Reference

DeploymentEnvironment Class

Microsoft.TeamFoundation.Build.Client Namespace