I have a model class, with a property like this:
[Display(Name = \"Phone\", Description=\"Hello World!\")] public string Phone1 { get; set; }
You would have to write a custom helper that would reflect on your model to give the Description attribute value.