IVsAppContainerDeveloperLicensing.AcquireDeveloperLicense(String) Method

Definition

Acquires the developer license on the specified machine.

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

Parameters

pbstrMachine
String

[in] The machine for which the license is acquired. 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