Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What are attributes , Why we are using Attributes
please suggest some simple and basic urls

thanks
Posted

1 solution

An attribute defines additional information (metadata) that is associated with a class, structure, method, and so on. For example you might define an attribute that determines the type of button that a class will display.

Attributes are specified between square brackets, preceding the item to which they apply. Thus, an attribute is not a member of a class. Rather, an attribute specifies supplemental information that is attached to an item.

refer this for more details:

http://msdn.microsoft.com/en-us/library/aa287992%28v=vs.71%29.aspx[^]

hope this helps :)
 
Share this answer
 
v2
Comments
RaviRanjanKr 1-Jul-11 16:43pm    
Nice Answer! My 5 :)
Uday P.Singh 2-Jul-11 2:00am    
thanks RaviRanjankr :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900