NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

17.1 Attribute classes

The declaration of an attribute class defines a new kind of attribute that can be placed on a declaration. A class that derives from the abstract class System.Attribute, whether directly or indirectly, is an attribute class.

A declaration of an attribute class is subject to the following additional restrictions:

By convention, attribute classes are named with a suffix of Attribute. Uses of an attribute may either include or omit this suffix.