Share via


UIMutableUserNotificationAction.Destructive Property

Definition

Gets or sets a value that tells whether the action deletes data.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Destructive { [Foundation.Export("isDestructive")] get; [Foundation.Export("setDestructive:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isDestructive")>]
[<set: Foundation.Export("setDestructive:")>]
member this.Destructive : bool with get, set

Property Value

Attributes

Applies to