Edit

SyncToken Method in Class SMS_MDMAppleVppToken

The SyncToken Windows Management Instrumentation (WMI) class method, in Configuration Manager, initiates a synchronization of the Apple Volume Purchase Program (VPP) token.

Syntax

sint32 SyncToken(
     String TokenID
);

Parameters

TokenID Data type: String

Qualifiers: [in]

The ID of the Apple VPP token.

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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_MDMAppleVppToken Server WMI Class