KeyValueDelete method of the Win32_RDSHCollection class

Deletes the specified key (and associated value) from the collection.

Syntax

uint32 KeyValueDelete(
  [in] string Key
);

Parameters

Key [in]

The key to delete.

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