ManagementNameAttribute.Name 属性
定义
获取或设置对象的用户友好名称。Gets or sets the user-friendly name for an object. 该对象可以是方法参数,也可以是用 ManagementProbe、ManagementKey 或 ManagementConfiguration 特性标记的属性。The object can be a method parameter or properties marked with the ManagementProbe, ManagementKey, or ManagementConfiguration attributes.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
属性值
一个 String 值,指示对象的用户友好名称。A String value that indicates the user friendly name for an object.