Gets the server info for the specified key in the given section.
Namespace: CleanCode.NetAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- section
- Type: System String
The section (e.g. Win32_OperatingSystem) containing the key.
- key
- Type: System String
The key to lookup (e.g. LastBootUpTime or Version).
Return Value
Value matching specified section/key.See Also