.NET : Get property name in attribute.

Posted by Feryt on Stack Overflow See other posts from Stack Overflow or by Feryt
Published on 2010-05-09T11:04:18Z Indexed on 2010/05/09 11:08 UTC
Read the original article Hit count: 220

Filed under:
|

Hi.

[MyAttribute()]
public string Name { get; set; }

In MyAttribute i need to know the name of associated property, is it possible?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about attributes