Share via


AppDisplayInfo.ReleaseDate Property

 

Release date of the application.

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.

See Also

AppDisplayInfo Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top