Share via


AppvInstaller.ManifestFile Property

 

Manifest XML file name.

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

Syntax

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

Property Value

Type: System.String

See Also

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top