DevLicenseStatus Enum
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.
OBSOLETE. Specifies the status of the developer’s license.
public enum class DevLicenseStatus
public enum class DevLicenseStatus
enum DevLicenseStatus
public enum DevLicenseStatus
type DevLicenseStatus =
Public Enum DevLicenseStatus
- Inheritance
-
DevLicenseStatus
Fields
DLS_DevLicenseExpired | 3 | The developer’s license has expired. |
DLS_DevLicenseValid | 2 | The developer’s license is valid. |
DLS_NoDevLicense | 1 | There is not developer’s license. |