4 references to GetPropertyValue
System.Management (4)
System\Management\ManagementBaseObject.cs (1)
473get { return GetPropertyValue(propertyName); }
System\Management\ManagementObject.cs (2)
1568object pathValue = GetPropertyValue("__PATH"); 1575pathValue = GetPropertyValue("__RELPATH");
System\Management\PropertySet.cs (1)
380parent.SetPropertyValue(propertyName, cls.GetPropertyValue(propertyName));