Edit

Share via


JSValue.GetProperty(String) Method

Definition

Returns the value of the specified JavaScript property in this JSValue.

[Foundation.Export("valueForProperty:")]
public virtual JavaScriptCore.JSValue GetProperty (string property);
abstract member GetProperty : string -> JavaScriptCore.JSValue
override this.GetProperty : string -> JavaScriptCore.JSValue

Parameters

property
String

Returns

Attributes

Applies to