| CanRead | Whether this property can be read. |
| CanWrite | Whether this property can be written to. |
| IsGetMethodPublic | Whether the getter of this property is public. |
| IsIndexer | True if this property has index parameters |
| IsProperty | |
| IsSetMethodPublic | Whether the setter of this property is public. |
| PropertyType | Property type. |
| CheckValidationAttributes | |
| GetValue | Get the value of this property on given object. |
| SetValue | Set the value of this property on given object. |