Share via


Application.Description Property

 

Description for the application.

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

Syntax

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

Property Value

Type: System.String

Returns String.

Remarks

This description is shown to Administrators when they browse the Application Catalog or view the application information in Software Center.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top