ManagementBaseObject::GetPropertyValue Method (String^)

 

Gets an equivalent accessor to a property's value.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
Object^ GetPropertyValue(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of the property of interest.

Return Value

Type: System::Object^

The value of the specified property.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

The following example lists all the names of the processes running on the local computer. The code uses the GetPropertyValue method to get the process names.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: