2
Answers

CS0117: 'string' does not contain a definition for 'PropertyInfo'

Photo of cdog

cdog

18y
3.8k
1
Here is the error I am getting:

Compiler Error Message: CS0117: 'string' does not contain a definition for 'PropertyInfo'

Source Error:

Line 182:		txtSubjectListingNumber.Text = test; 
Line 183:
Line 184:		ddlDefault = ddlPropertyType.Items.FindByValue(bpo.PropertyInfo.propertyCharacteristics.propertyType);
Line 185:		
Line 186:

Can anyone help?

Answers (2)