Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
Dynamic
Secured
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.