Edit

SMS_FeatureExtension Server WMI Class

The SMS_FeatureExtension Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents feature extensions.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_FeatureExtension : SMS_BaseClass  
{  
    String FeatureId;  
    String Name;  
    String Description;  
    Boolean IsExposed;  
};  

Methods

The SMS_FeatureExtension class does not define any methods.

Properties

FeatureId
Data type: String

Access type: Read/Write

Qualifiers: [key]

The feature ID.

Name
Data type: String

Access type: Read/Write

Qualifiers: none

The name of the feature extension.

Description
Data type: String

Access type: Read/Write

Qualifiers: none

A description of the feature extension.

IsExposed
Data type: Boolean

Access type: Read/Write

Qualifiers: none

Indicates whether the feature extension is exposed.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.