Hi i\'m working in a class library using C#, and i have some classes with some properties.
I just wanna know if i can add something to exclude some properties form t
I'm not sure what the domain is here, so I'm going out on a limb...
Usually what you want to do is use Attributes to tag the properties to include in your metadata searching, not the other way around.
Attribute