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
- 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.AzureManagement.v1_7 Namespace