public class Person {
public string Address {get; set; }
}
Is there a way to get the property name "Address"?
Person p = new Person();
p.Address = "test"; // normally, we would know the name
p.PropertyName[0]; // This would return the name "Address", Does C# got
something like this??
"Alan No Spam" <alan....@xxxxxxxx324354.com> wrote in message
news:ku6dnUtZ9tH...@rogers.com...
Ansil
Dimensions
anz...@gmail.com