HistoricalData.Objects Property

Gets or sets the objects.
public DataObject[] Objects {get; set;}
This language is not supported or no code example is available.
public:  
property array< DataObject^ >^ Objects { 
array< DataObject^ >^ get( ); 
void set( 
array< DataObject^ >^ value 
); 
}
This language is not supported or no code example is available.
public function get Objects() : DataObject[]; 
public function set Objects(value : DataObject[]);
This language is not supported or no code example is available.

Property Value

DataObject[]

The objects.

In this article

Definition