LenientGlobalObject.Array Property

Definition

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

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

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

Property Value

An ArrayConstructor object.

Applies to