SetStringProperty method of the Win32_RDMSDeploymentSettings class

Updates a string property for the deployment settings of a virtual desktop collection.

Syntax

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

Parameters

Key [in]

The alias to the virtual desktop collection.

Value [in]

The new property value.

Requirements

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

See also

Win32_RDMSDeploymentSettings