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)

[AttributeUsageAttribute(AttributeTargets::Parameter, AllowMultiple = false)]
public ref class ManagementNameAttribute sealed : public Attribute
Not applicable.

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.

System.Object
  System.Attribute
    System.Management.ManagementNameAttribute

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

Windows Server 2003, Windows XP SP2, Windows Vista

The .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.5
Show: