JSValue.GetProperty(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.
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