LenientGlobalObject.Object Property

Definition

Gets or sets a prototype-based object that is defined by an ObjectConstructor constructor function object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::Object ^ Object { System::Object ^ get(); void set(System::Object ^ value); };
public object Object { get; set; }
member this.Object : obj with get, set
Public Property Object As Object

Property Value

An ObjectConstructor object.

Applies to