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
- 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