PortfolioPerformanceRecordList.Records Property
public PortfolioPerformanceRecord[] Records {get; set;}
This language is not supported or no code example is available.
public:
property array< PortfolioPerformanceRecord^ >^ Records {
array< PortfolioPerformanceRecord^ >^ get( );
void set(
array< PortfolioPerformanceRecord^ >^ value
);
}
This language is not supported or no code example is available.
public function get Records() : PortfolioPerformanceRecord[];
public function set Records(value : PortfolioPerformanceRecord[]);
This language is not supported or no code example is available.