Share via


DeploymentType.DeploymentTechnology Property

 

Deployment technology for the deployment type.

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

Syntax

public string DeploymentTechnology { get; internal set; }
public:
property String^ DeploymentTechnology {
    String^ get();
    internal: void set(String^ value);
}
Public Property DeploymentTechnology As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

Returns String.

See Also

DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top