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