IDeploymentTarget.Deployments Property

 

Gets Deployments that have deployed elements to this target.

Namespace:   Microsoft.VisualStudio.Uml.Deployments
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IDeployment> Deployments { get; }
property IEnumerable<IDeployment^>^ Deployments {
    IEnumerable<IDeployment^>^ get();
}
abstract Deployments : IEnumerable<IDeployment> with get
ReadOnly Property Deployments As IEnumerable(Of IDeployment)

Property Value

Type: System.Collections.Generic.IEnumerable<IDeployment>

See Also

IDeploymentTarget Interface
Microsoft.VisualStudio.Uml.Deployments Namespace

Return to top