Application.SoftwareVersion Property

 

Version number of the application.

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

Syntax

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

Property Value

Type: System.String

Returns String.

Remarks

This version number is shown to users when they browse the Application Catalog.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top