S
scoffer
Hi,
i'm trying to access a property value in this way:
PropertyInfo pi = myObject.GetType().GetProperty(myPropName);
I'm sure that the object myObject have the myPropName property, but the pi
variable result nothing.
Can you help me??
i'm trying to access a property value in this way:
PropertyInfo pi = myObject.GetType().GetProperty(myPropName);
I'm sure that the object myObject have the myPropName property, but the pi
variable result nothing.
Can you help me??