System.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

Public Properties

[read-only]
abstract
AttributesPropertyAttributes.

Gets the attributes for this property.

[read-only]
abstract
CanReadbool.

Gets a value indicating whether the property can be read.

[read-only]
abstract
CanWritebool.

Gets a value indicating whether the property can be written to.

[read-only]
GetMethodMethodInfo.

Gets the get accessor for this property.

[read-only]
IsSpecialNamebool.

Gets a value indicating whether the property is the special name.

[read-only]
override
MemberTypeMemberTypes.

Gets a System.Reflection.MemberTypes value indicating that this member is a property.

[read-only]
abstract
PropertyTypeType.

Gets the type of this property.

[read-only]
SetMethodMethodInfo.

Gets the set accessor for this property.