Author Topic: Default value of taggedvalue is not retrieved  (Read 6177 times)

utkarsh

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
    • View Profile
Default value of taggedvalue is not retrieved
« on: June 12, 2008, 05:23:36 pm »
Hi,

When I add a new design Item(package) in the repository, I cannot retrieve the default tagged value in c# code. The tagged value is of type enumeration having values (New,Changed,None) with default value(Changed). However, if the user changes the default value it is retrieved in the code.
Please help.
Thanks.