GetRandomCommand.InputObject Property

Definition

List from which random elements are chosen.

public:
 property cli::array <System::Object ^> ^ InputObject { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
 property Platform::Array <Platform::Object ^> ^ InputObject { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
public object[] InputObject { get; set; }
member this.InputObject : obj[] with get, set
Public Property InputObject As Object()

Property Value

Object[]

Applies to