This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
ManagementNameAttribute Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the user-friendly name for a manageable object. The ManagementName attribute defines a name property, and the name property is the user-friendly name for an object. The ManagementName attribute can be used on method parameters and properties marked with the ManagementProbe, ManagementKey, or ManagementConfiguration attributes.
Namespace: System.Management
Assembly:
System.Core (in System.Core.dll)
The ManagementName attribute is used to mark objects that are used to filter enumerations in an automation space. If the attribute is used to mark a parameter, then the attribute must also exist on a property in the class.