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!

CodeClass.Attributes

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);

Property Value

A TypeAttributes that indicates the attributes of the class.

See Also

CodeClass Class | CodeClass Members | System.CodeDOM Namespace | TypeAttributes