Share via


AzureCreateDeployment.DeploymentName Property

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

Syntax

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

Property Value

Type: System.Activities.InOutArgument<String>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

AzureCreateDeployment Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace