Redigera

Dela via


KeyValueGet method of the Win32_RDSHCollection class

Retrieves the value associated with the specified key in the collection.

Syntax

uint32 KeyValueGet(
  [in]  string Key,
  [out] string Value
);

Parameters

Key [in]

The key that identifies the value you wish to retrieve.

Value [out]

On success, returns the value associated with the specified key.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\cimv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Win32_RDSHCollection