JSValue.DefineProperty(String, NSObject) Method

Definition

Defines property, or modifies its definition if it already exists.

[Foundation.Export("defineProperty:descriptor:")]
public virtual void DefineProperty (string property, Foundation.NSObject descriptor);
abstract member DefineProperty : string * Foundation.NSObject -> unit
override this.DefineProperty : string * Foundation.NSObject -> unit

Parameters

property
String
descriptor
NSObject
Attributes

Applies to