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!

CodeMemberProperty Properties

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

Public:

Attributes (inherited from CodeClassMember) The attributes of the member.
CustomAttributes (inherited from CodeClassMember) The custom attributes of the member.
GetStatements Gets or sets the collection of get statements for the property.
HasGet Gets whether the property has a get method accessor.
HasSet Gets whether the property has a set method accessor.
ImplementsType [To be supplied.]
LinePragma (inherited from CodeStatement) The line the statement occurs on.
Name (inherited from CodeClassMember) The name of the member.
Parameters Gets or sets the collection of declaration expressions for the property.
SetStatements Gets or sets the collection of get statements for the property.
Type Gets or sets the data type of the property.

See Also

CodeMemberProperty Class | System.CodeDOM Namespace