2 writes to Value
System.Management (2)
System\Management\ManagementBaseObject.cs (2)
535Qualifiers[qualifierName].Value = qualifierValue; 567Properties[propertyName].Qualifiers[qualifierName].Value = qualifierValue;
15 references to Value
System.Management (15)
System\Management\ManagementBaseObject.cs (2)
522return Qualifiers[qualifierName].Value; 552return Properties[propertyName].Qualifiers[qualifierName].Value;
System\Management\WMIGenerator.cs (13)
1589description = q.Value.ToString(); 1613if (!(bool)q.Value) 1625if ((bool)q.Value) 1644if (q.Value != null) 1646string[] strArray = (string[])q.Value; 1679if (q.Value != null) 1682string[] strArray = (string[])q.Value; 1712if (q.Value != null) 1714string[] strArray = (string[])q.Value; 1741if (q.Value != null) 1744string[] strArray = (string[])q.Value; 5166ret = System.Convert.ToBoolean(classobj.Qualifiers["dynamic"].Value, (IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(bool))); 6127if (string.Equals(prop.Qualifiers["SubType"].Value.ToString(), "interval", StringComparison.OrdinalIgnoreCase))