Possible Duplicate:
Most Useful Attributes in C#
besides:
[DefaultValue(100)]
[Description("Some descriptive field here")]
public int MyProperty{get; set;}
What other C# Attributes are useful for Properties, after learning these I feel like I'm Missing out.
Related Questions