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 Properties

The properties of the CodeClass class are listed below. For a complete list of CodeClass class members, see the CodeClass Members topic.

Public:

Attributes (inherited from CodeClassMember) The attributes of the member.
BaseTypes Gets or sets the base types of the class.
CustomAttributes (inherited from CodeClassMember) The custom attributes of the member.
IsClass Gets whether the class is a class.
IsEnum Gets whether the class is an enum.
IsInterface Gets whether the class is an interface.
IsStruct Gets whether the class is a struct.
LinePragma (inherited from CodeStatement) The line the statement occurs on.
Members Gets or sets the class member collection members.
Name (inherited from CodeClassMember) The name of the member.

See Also

CodeClass Class | System.CodeDOM Namespace