SetCurrentAzureWebsiteBuildNumber.WebsiteEnvironment 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 WebsiteEnvironment As InArgument(Of DeploymentEnvironment)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<DeploymentEnvironment> WebsiteEnvironment { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<DeploymentEnvironment^>^ WebsiteEnvironment {
InArgument<DeploymentEnvironment^>^ get ();
void set (InArgument<DeploymentEnvironment^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member WebsiteEnvironment : InArgument<DeploymentEnvironment> with get, set
function get WebsiteEnvironment () : InArgument<DeploymentEnvironment>
function set WebsiteEnvironment (value : InArgument<DeploymentEnvironment>)
Property Value
Type: System.Activities.InArgument<DeploymentEnvironment>
.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
SetCurrentAzureWebsiteBuildNumber Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace