RestApiAsyncCodeActivity<T>.ConnectedService Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property ConnectedService As InArgument(Of ConnectedService)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<ConnectedService> ConnectedService { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<ConnectedService^>^ ConnectedService {
    InArgument<ConnectedService^>^ get ();
    void set (InArgument<ConnectedService^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member ConnectedService : InArgument<ConnectedService> with get, set
function get ConnectedService () : InArgument<ConnectedService>
function set ConnectedService (value : InArgument<ConnectedService>)

Property Value

Type: System.Activities.InArgument<ConnectedService>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

RestApiAsyncCodeActivity<T> Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace