DeploymentEnvironmentMetadata.ConnectedServiceName Property

Name of the ConnectedService associated with this deployment.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DeploymentEnvironmentMetadata Class

Microsoft.TeamFoundation.Build.Server Namespace