Return WMI property from a Query
Namespace:
Devolutions.UtilsAssembly: 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 ) |