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)
IEnumerable<IDeployment> Deployments { get; }
property IEnumerable<IDeployment^>^ Deployments {
IEnumerable<IDeployment^>^ get ();
}
abstract Deployments : IEnumerable<IDeployment> with get
function get Deployments () : IEnumerable<IDeployment>
Property Value
Type: System.Collections.Generic.IEnumerable<IDeployment>
.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.