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