DeprecatedAttribute.Since 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.
Gets or sets the version in which the API element was deprecated.
[Android.Runtime.Register("since", ApiSince=31)]
public string? Since { get; set; }
[<Android.Runtime.Register("since", ApiSince=31)>]
member this.Since : string with get, set
Property Value
The version in which the API element was deprecated.
- Attributes
Remarks
Gets or sets the version in which the API element was deprecated.