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

'Declaration
ReadOnly Property Deployments As IEnumerable(Of IDeployment)
    Get
IEnumerable<IDeployment> Deployments { get; }
property IEnumerable<IDeployment^>^ Deployments {
    IEnumerable<IDeployment^>^ get ();
}
abstract Deployments : IEnumerable<IDeployment>
function get Deployments () : IEnumerable<IDeployment>

Property Value

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

.NET Framework Security

See Also

Reference

IDeploymentTarget Interface

Microsoft.VisualStudio.Uml.Deployments Namespace