Gets or sets the new name for the form field after repair. This name removes duplicate unique identifiers with other form fields and sets a unique bookmark name.
publicstringFixedName{get;set;}
Remarks
FixedName=string.Format("{0}_fixed",name)// as default value.