DevLicenseStatus Enumeration

 

OBSOLETE. Specifies the status of the developer’s license.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

public enum DevLicenseStatus

Member nameDescription
DLS_DevLicenseExpired

The developer’s license has expired.

DLS_DevLicenseValid

The developer’s license is valid.

DLS_NoDevLicense

There is not developer’s license.

Return to top
Show: