Welcome to MSDN Blogs Sign in | Join | Help

Paul's MCS Developer Blog

Sharing and blabbing on my findings as a Microsoft consultant

Browse by Tags

All Tags » c# » code   (RSS)
Use the DescriptionAttribute with an Enum to display status messages.
I've been working on various forms of displaying status messages from enums, and here's the latest preferred iteration of how to do this. Regurgitated and tweaked from WayneHartman.com . public enum XmlValidationResult { [Description( "Success." )] Success, Read More...
Page view tracker