What are attributes in Visual Basic .NET?
Attributes are items that hold information about items we are using in VB.NET. They are used when VB.NET needs to know more than what standard syntax can specified. Attributes are enclosed in angle brackets<>. Example: To call a Windows API functions you have to include a dynamic link library (DLL) reference that the function you are calling resides in.