Share via


JSValue.DeleteProperty(String) Method

Definition

[Foundation.Export("deleteProperty:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DeleteProperty(string property);
[<Foundation.Export("deleteProperty:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DeleteProperty : string -> bool
override this.DeleteProperty : string -> bool

Parameters

property
String

Returns

Attributes

Applies to