GetInt32Property method of the Win32_RDMSDeploymentSettings class

Retrieves an integer property for the deployment settings of a virtual desktop collection.

Syntax

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

Parameters

Key [in]

The alias to the virtual desktop collection.

Value [out]

An integer that receives the retrieved value.

Requirements

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

See also

Win32_RDMSDeploymentSettings