Example #1
0
        public string GetTotalNPV1Total1Property(NPV1Total1 ind, string attName)
        {
            string sPropertyValue = string.Empty;

            ind.GetTotalBenefitsProperty(attName);
            ind.GetTotalCostsProperty(attName);
            return(sPropertyValue);
        }