Share via


Application.ReleaseDate Property

 

Date that the application was published.

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

Syntax

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

Property Value

Type: System.String

Returns String.

Remarks

This date is shown to Administrators when they browse the Application Catalog.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top