Return WMI property from a Query

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Protected Shared Function GetPropertyFromWMI ( _
	select As String, _
	propertyName As String _
) As Object
C#
protected static Object GetPropertyFromWMI(
	string select,
	string propertyName
)

Parameters

select
Type: System..::..String
propertyName
Type: System..::..String

Return Value

See Also