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
- 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.