ManagementQualifierAttribute.Value 属性
定义
与该限定符关联的值。Value associated with the qualifier.
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
属性值
返回一个表示限定符值的对象。Returns an object that represents the value of the qualifier.
注解
如果未指定值,则默认为布尔值 true。If you do not specify a value, it defaults to the boolean value true.