Click or drag to resize
PropertyInfo Properties

The PropertyInfo type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether the property can be read.
Public propertyCanWrite
Gets a value indicating whether the property can be written to.
Public propertyName
Gets the name of the current member.
(Inherited from MemberInfo.)
Public propertyPropertyType
Gets the type of this property.
Top
See Also