DeploymentEnvironmentMetadata.ConnectedServiceName Property
Name of the ConnectedService associated with this deployment.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Property ConnectedServiceName As String
public string ConnectedServiceName { get; set; }
public:
property String^ ConnectedServiceName {
String^ get ();
void set (String^ value);
}
member ConnectedServiceName : string with get, set
function get ConnectedServiceName () : String
function set ConnectedServiceName (value : String)
Property Value
Type: System.String
.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.