Share via


DeploymentType.Functionality Property

 

Functionality of the deployment type.

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

Syntax

public string Functionality { get; set; }
public:
property String^ Functionality {
    String^ get();
    void set(String^ value);
}
Public Property Functionality As String

Property Value

Type: System.String

Returns String.

See Also

DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top