AzureActivity.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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace