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!

FlagsAttribute Class

Custom attribute to indicate that the enum should be treated as a bitfield (or set of flags). An IDE can use this information to provide a richer development experience.

Bitfeilds are allowed to be or'ed together; enum values are not.

Object
   Attribute
      FlagsAttribute

[Visual Basic]
Public Class FlagsAttribute
   Inherits Attribute
[C#]
public class FlagsAttribute : Attribute
[C++]
public __gc class FlagsAttribute : public Attribute
[JScript]
public class FlagsAttribute extends Attribute

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

FlagsAttribute Members | System Namespace