SetStringArrayDeploymentSetting method of the Win32_RDMSDeploymentSettings class

Updates the deployment settings for a virtual desktop collection.

Syntax

uint32 SetStringArrayDeploymentSetting(
  [in] string Key,
  [in] string Value[]
);

Parameters

Key [in]

The alias of the virtual desktop collection.

Value [in]

An array of strings that contains the new deployment settings.

Requirements

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

See also

Win32_RDMSDeploymentSettings