Share via


Installer.Contents Property

 

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

Syntax

public IList<Content> Contents { get; set; }
public:
property IList<Content^>^ Contents {
    IList<Content^>^ get();
    void set(IList<Content^>^ value);
}
Public Property Contents As IList(Of Content)

Property Value

Type: System.Collections.Generic.IList<Content>

See Also

Installer Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top