ClearDeploymentSlot.DeploymentSlot 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 DeploymentSlot As InArgument(Of AzureDeploymentSlot)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<AzureDeploymentSlot> DeploymentSlot { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<AzureDeploymentSlot>^ DeploymentSlot {
InArgument<AzureDeploymentSlot>^ get ();
void set (InArgument<AzureDeploymentSlot>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member DeploymentSlot : InArgument<AzureDeploymentSlot> with get, set
function get DeploymentSlot () : InArgument<AzureDeploymentSlot>
function set DeploymentSlot (value : InArgument<AzureDeploymentSlot>)
Property Value
Type: System.Activities.InArgument<AzureDeploymentSlot>
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