DeprecatedAttribute.ForRemoval 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 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.