Freigeben über


GetAzureCloudAppPublishProfile.CloudAppEnvironment 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 CloudAppEnvironment As InArgument(Of DeploymentEnvironment)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<DeploymentEnvironment> CloudAppEnvironment { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<DeploymentEnvironment^>^ CloudAppEnvironment {
    InArgument<DeploymentEnvironment^>^ get ();
    void set (InArgument<DeploymentEnvironment^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member CloudAppEnvironment : InArgument<DeploymentEnvironment> with get, set
function get CloudAppEnvironment () : InArgument<DeploymentEnvironment>
function set CloudAppEnvironment (value : InArgument<DeploymentEnvironment>)

Property Value

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

.NET Framework Security

See Also

Reference

GetAzureCloudAppPublishProfile Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace