Mono Class Library: OverviewSystem.Reflection.PropertyInfo: Property Members |
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] abstractAttributes PropertyAttributes. Gets the attributes of the property reflected by the current instance. [read-only] abstractCanRead bool. Gets a bool value indicating whether the property reflected by the current instance has a Get accessor. [read-only] abstractCanWrite bool. Gets a bool value indicating whether the property reflected by the current instance has a Set accessor. [read-only] IsSpecialName bool. Documentation for this section has not yet been entered. [read-only] overrideMemberType MemberTypes. Documentation for this section has not yet been entered. [read-only] abstractPropertyType Type. Gets the type of the property reflected by the current instance.