Share via


AppvInstaller.PackageGuid Property

 

GUID of the package.

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

Syntax

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

Property Value

Type: System.String

See Also

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top