The properties of System.Reflection.Emit.PropertyBuilder are listed below. For a list of all members, see the PropertyBuilder Members list.
See Also: Inherited members from System.Reflection.PropertyInfo
[read-only] override | Attributes | System.Reflection.PropertyAttributes.
Gets the attributes for this property. |
[read-only] override | CanRead | bool.
Gets a value indicating whether the property can be read. |
[read-only] override | CanWrite | bool.
Gets a value indicating whether the property can be written to. |
[read-only] override | DeclaringType | Type.
Gets the class that declares this member. |
[read-only] override | Module | System.Reflection.Module.
Gets the module in which the type that declares the current property is being defined. |
[read-only] override | Name | string.
Gets the name of this member. |
[read-only] | PropertyToken | PropertyToken.
Retrieves the token for this property. |
[read-only] override | PropertyType | Type.
Gets the type of the field of this property. |
[read-only] override | ReflectedType | Type.
Gets the class object that was used to obtain this instance of MemberInfo. |