Gets or sets the attributes of the class.
[Visual Basic] Public Property Attributes As TypeAttributes [C#] public TypeAttributes Attributes {new get; set;} [C++] public: __property TypeAttributes get_Attributes(); public: __property void set_Attributes(TypeAttributes); [JScript] public function get Attributes() : TypeAttributes; public function set Attributes(TypeAttributes);
A TypeAttributes that indicates the attributes of the class.
CodeClass Class | CodeClass Members | System.CodeDOM Namespace | TypeAttributes