4 references to GetPropertyValue
System.Management (4)
managementbaseobject.cs (1)
503
get { return
GetPropertyValue
(propertyName); }
managementobject.cs (2)
1591
object pathValue =
GetPropertyValue
("__PATH");
1598
pathValue =
GetPropertyValue
("__RELPATH");
propertyset.cs (1)
373
parent.SetPropertyValue(propertyName, cls.
GetPropertyValue
(propertyName));