The properties of System.Reflection.PropertyInfo are listed below. For a list of all members, see the PropertyInfo Members list.
See Also: Inherited members from System.Reflection.MemberInfo
[read-only] abstract | Attributes | PropertyAttributes.
Gets the attributes for this property. |
[read-only] abstract | CanRead | bool.
Gets a value indicating whether the property can be read. |
[read-only] abstract | CanWrite | bool.
Gets a value indicating whether the property can be written to. |
[read-only] | GetMethod | MethodInfo.
Gets the get accessor for this property. |
[read-only] | IsSpecialName | bool.
Gets a value indicating whether the property is the special name. |
[read-only] override | MemberType | MemberTypes.
Gets a System.Reflection.MemberTypes value indicating that this member is a property. |
[read-only] abstract | PropertyType | Type.
Gets the type of this property. |
[read-only] | SetMethod | MethodInfo.
Gets the set accessor for this property. |