The properties of the CodeMemberProperty class are listed below. For a complete list of CodeMemberProperty class members, see the CodeMemberProperty Members topic.
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. |