AvailabilityKind 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.
This enum is used to specify the type of availability information in an AvailabilityBaseAttribute.
public enum AvailabilityKind
type AvailabilityKind =
- Inheritance
-
AvailabilityKind
Fields
Name | Value | Description |
---|---|---|
Introduced | 0 | The AvailabilityBaseAttribute specifies when an API was introduced. |
Deprecated | 1 | The AvailabilityBaseAttribute specifies when an API was deprecated. |
Obsoleted | 2 | The AvailabilityBaseAttribute specifies when an API was obsoleted. |
Unavailable | 3 | The AvailabilityBaseAttribute specifies when an API became unavailable. |