IVsAppContainerDeveloperLicensing.CheckDeveloperLicense(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.
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.