Example #1
0
 public string GetSecondarySourceDescription()
 {
     if (SecondarySource != null)
     {
         return(SecondarySource.GetDescription());
     }
     else
     {
         return("Not Assigned");
     }
 }