Share via


DeploymentType.Dependencies Property

 

List of dependencies for the deployment type.

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

Syntax

public DcmRuleSet<DeploymentTypeRule> Dependencies { get; internal set; }
public:
property DcmRuleSet<DeploymentTypeRule^>^ Dependencies {
    DcmRuleSet<DeploymentTypeRule^>^ get();
    internal: void set(DcmRuleSet<DeploymentTypeRule^>^ value);
}
Public Property Dependencies As DcmRuleSet(Of DeploymentTypeRule)
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.DcmRuleSet<DeploymentTypeRule>

Returns DcmRuleSet<T>.

See Also

DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top