SetVLActivationInterval method of the SoftwareLicensingService class

The activation frequency, in minutes, of how often the current machine should contact the key management service machine before the client is licensed. The frequency must be greater than or equal to 15 and less than or equal to 43200. An error is returned if the method is called and the machine is not a key management service.

Syntax

uint32 SetVLActivationInterval(
  [in] uint32 ActivationInterval
);

Parameters

ActivationInterval [in]

Specifies the activation interval in minutes.

Requirements

Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Namespace
Root\CIMV2
MOF
SppWmi.mof
DLL
SppWmi.dll

See also

SoftwareLicensingService