Get Properties with Attribute
var props = t.GetProperties().Where( prop => Attribute.IsDefined(prop, typeof(T)));