Share via


AppvInstaller.VersionGuid Property

 

GUID of the version.

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

Syntax

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

Property Value

Type: System.String

See Also

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top