Share via


JSValue.SetProperty(NSObject, String) Method

Definition

[Foundation.Export("setValue:forProperty:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetProperty(Foundation.NSObject value, string property);
[<Foundation.Export("setValue:forProperty:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetProperty : Foundation.NSObject * string -> unit
override this.SetProperty : Foundation.NSObject * string -> unit

Parameters

value
NSObject
property
String
Attributes

Applies to