AzurePollingApiActivity<TBaseActivity>.ConnectedService 屬性
命名空間: Microsoft.TeamFoundation.Deployment.Workflow.Activities
組件: Microsoft.TeamFoundation.Deployment.Workflow (在 Microsoft.TeamFoundation.Deployment.Workflow.dll 中)
語法
'宣告
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property ConnectedService As InArgument(Of ConnectedService)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<ConnectedService> ConnectedService { get; set; }
屬性值
類型:System.Activities.InArgument<ConnectedService>
傳回 InArgument<T>。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。
請參閱
參考
AzurePollingApiActivity<TBaseActivity> 類別
Microsoft.TeamFoundation.Deployment.Workflow.Activities 命名空間