JSValue.SetProperty(NSObject, String) Method
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.
Sets the specified property to the specified value.
[Foundation.Export("setValue:forProperty:")]
public virtual void SetProperty (Foundation.NSObject value, string property);
abstract member SetProperty : Foundation.NSObject * string -> unit
override this.SetProperty : Foundation.NSObject * string -> unit
Parameters
- value
- NSObject
- property
- String
- Attributes