ManagementQualifierAttribute.Value 属性

定义

与该限定符关联的值。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

属性值

返回一个表示限定符值的对象。

注解

如果未指定值,则它默认为布尔值 true。

适用于

另请参阅