2 writes to Value
System.Management (2)
System\Management\ManagementBaseObject.cs (2)
826
SystemProperties[propertyName].
Value
= propertyValue;
828
Properties[propertyName].
Value
= propertyValue;
2 references to Value
System.Management (2)
System\Management\ManagementBaseObject.cs (2)
505
return SystemProperties[propertyName].
Value
;
507
return Properties[propertyName].
Value
;