Application.Features Property

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

Reserved for future use.

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

Usage

'Usage
Dim instance As Application
Dim value As IList(Of Feature)

value = instance.Features

instance.Features = value

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
<XmlArrayItemAttribute("Feature")> _
Public Property Features As IList(Of Feature)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] 
[XmlArrayItemAttribute("Feature")] 
public IList<Feature> Features { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")] 
[XmlArrayItemAttribute(L"Feature")] 
public:
property IList<Feature^>^ Features {
    IList<Feature^>^ get ();
    void set (IList<Feature^>^ value);
}
/** @property */
public IList<Feature> get_Features ()

/** @property */
public void set_Features (IList<Feature> value)
public function get Features () : IList<Feature>

public function set Features (value : IList<Feature>)

Property Value

Returns IList.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

See Also

Reference

Application Class
Application Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace