DeprecatedAttribute.ForRemoval Property

Definition

Gets or sets whether the deprecated API element is marked for removal.

[Android.Runtime.Register("forRemoval", ApiSince=31)]
public bool ForRemoval { get; set; }
[<Android.Runtime.Register("forRemoval", ApiSince=31)>]
member this.ForRemoval : bool with get, set

Property Value

true if the API element is marked for removal; otherwise, false.

Attributes

Remarks

Gets or sets whether the deprecated API element is marked for removal.

Applies to