Hi,
i need to check getter setter method property name and field name.
eg:
public String FirstName{
get {returns firstName;}
set {firstname = value;}
}
here i have to check case sensitive for the the 'FirstName'(property name) and 'firstName' (field name) characters usig fxcop. i access local variable name and local mehod name also. bt i couldn't find this type of field name. plz help any one.
Regards....