Share via


CloudServiceProperties.Deployments Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "Deployments", Order := )> _
Public Property Deployments As List(Of DeploymentProperties)
[DataMemberAttribute(Name = "Deployments", Order = )]
public List<DeploymentProperties> Deployments { get; private set; }
[DataMemberAttribute(Name = L"Deployments", Order = )]
public:
property List<DeploymentProperties^>^ Deployments {
    List<DeploymentProperties^>^ get ();
    private: void set (List<DeploymentProperties^>^ value);
}
[<DataMemberAttribute(Name = "Deployments", Order = )>]
member Deployments : List<DeploymentProperties> with get, private set
function get Deployments () : List<DeploymentProperties>
private function set Deployments (value : List<DeploymentProperties>)

Property Value

Type: System.Collections.Generic.List<DeploymentProperties>

.NET Framework Security

See Also

Reference

CloudServiceProperties Class

Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace