IVsAppContainerDeveloperLicensing.AcquireDeveloperLicense(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.