Here the pma object have 14 null values i want replace with my wone values that i wrote below code
Accural.ProgrammeMemberActivity[] pma = new Accural.ProgrammeMemberActivity[14];
int i = 1;
pma[0].NumberOfActivityUnits.Value =i;
pma[1].RecordLocator = "DAYH2N";
pma[2].PmaDate.Value = Convert.ToDateTime(12 / 05 / 2013);
pma[3].PNRName = "DRAVID/RAHULMR";
pma[4].DirectBookableActivity = "Y";
pma[5].ApiType = "WEB";
...
Go to the complete details ...