var pInfo = typeof(Book).GetProperty("Name") .GetCustomAttribute<DisplayAttribute>(); var name = pInfo.Name;