Share via


Application.DeploymentTypes Property

 

List of deployment types for the application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public IKeyedCollection<IObjectId, DeploymentType> DeploymentTypes { get; set; }
public:
property IKeyedCollection<IObjectId^, DeploymentType^>^ DeploymentTypes {
    IKeyedCollection<IObjectId^, DeploymentType^>^ get();
    void set(IKeyedCollection<IObjectId^, DeploymentType^>^ value);
}
Public Property DeploymentTypes As IKeyedCollection(Of IObjectId, DeploymentType)

Property Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.IKeyedCollection<IObjectId, DeploymentType>

Returns IKeyedCollection<TKey, TItem>.

Remarks

The order of the deployment types in the list defines the priority of the deployment types.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top