7 references to
System.Management (7)
System\Management\ManagementBaseObject.cs (6)
505
return SystemProperties
[
propertyName].Value;
507
return Properties
[
propertyName].Value;
552
return Properties
[
propertyName].Qualifiers[qualifierName].Value;
567
Properties
[
propertyName].Qualifiers[qualifierName].Value = qualifierValue;
826
SystemProperties
[
propertyName].Value = propertyValue;
828
Properties
[
propertyName].Value = propertyValue;
System\Management\WMIGenerator.cs (1)
1184
PropertyData prop = classobj.Properties
[
PublicProperties.GetKey(i).ToString()];