Share via


Application.Features Property

 

Reserved for future use.

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

Syntax

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

Property Value

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

Returns IList<T>.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top