IVsAppContainerDeveloperLicensing.CheckDeveloperLicense(String) Method

Definition

Determines whether the specified machine has a developer license.

public:
 DateTime CheckDeveloperLicense(System::String ^ % pbstrMachine);
public DateTime CheckDeveloperLicense (ref string pbstrMachine);
abstract member CheckDeveloperLicense : string -> DateTime
Public Function CheckDeveloperLicense (ByRef pbstrMachine As String) As DateTime

Parameters

pbstrMachine
String

[in] The machine for which the license is queried. If this parameter is null or empty, this method is applied to the local machine.

Returns

The expiration date of the developer license.

Remarks

This method is safe to access from any thread.

Applies to