DeprecatedAttribute.Since Property

Definition

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.

Applies to