The ClientEditions Windows Management Instrumentation (WMI) class method, in System Center 2012 R2 Configuration Manager, retrieves a list of client editions and whether the DeviceOwner property may be edited.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

SInt32 ClientEditions(
	 UInt32 ClientEdition[],
	 Boolean Editable[]
);

Parameters

ClientEdition

Data type: UInt32 ArrayQualifiers: [out]Edition of the client. Possible values are:

0

Desktop

1

Windows RT

2

Windows Mobile 6

3

Nokia Symbian

4

Windows Phone

5

Mac

6

Windows CE

7

Windows Embedded

8

iOS

9

iPad

10

iPodTouch

11

Andriod

12

iSocConsumer

13

Unix/Linux

Editable

Data type: Boolean ArrayQualifiers: [out]true if the DeviceOwner property may be edited.

Return Values

An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.

For more information about handling returned errors, see About Configuration Manager Errors.

Requirements

Runtime Requirements

Development Requirements

See Also