Share via


AppvInstaller.InstallContent Property

 

Content ID and version pointing to the contents reference, where selected files and location information are stored and used for installation.

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

Syntax

public ContentRef InstallContent { get; set; }
public:
property ContentRef^ InstallContent {
    ContentRef^ get();
    void set(ContentRef^ value);
}
Public Property InstallContent As ContentRef

Property Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.ContentRef

See Also

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top