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)

Syntax

'Declaration
Public Enumeration DevLicenseStatus
public enum DevLicenseStatus
public enum class DevLicenseStatus
type DevLicenseStatus
public enum DevLicenseStatus

Members

Member name Description
DLS_DevLicenseExpired The developer’s license has expired.
DLS_DevLicenseValid The developer’s license is valid.
DLS_NoDevLicense There is not developer’s license.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace