Share via


Application.Title Property

 

Name of the application.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top