N
Noulouk
Hi ,
I need a string which is the path of a property in my class.
For example, my property path is :
MyNamespace1.Drawing.Class1.Property1 (found with intellisense) --> I
need to put this to a string
I know how to do with a class:
typeof(MyNamespace1.Drawing.Class1).FullName --> I get the string for
my class path
But i don't know how to do the same for my property ?
thanks in advance for your help.
I need a string which is the path of a property in my class.
For example, my property path is :
MyNamespace1.Drawing.Class1.Property1 (found with intellisense) --> I
need to put this to a string
I know how to do with a class:
typeof(MyNamespace1.Drawing.Class1).FullName --> I get the string for
my class path
But i don't know how to do the same for my property ?
thanks in advance for your help.