AvailabilityAttribute.Deprecated Property
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.
The first version in which the API was deprecated for a given platform; this means users should begin avoiding the API and migrating to a more suitable one, but it still technically works on the platform, but there is no guarantee for how long it will continue to work.
public ObjCRuntime.Platform Deprecated { get; set; }
member this.Deprecated : ObjCRuntime.Platform with get, set