The following tables list the members exposed by MultiRowSerializablePropertyDescriptor.
Public Properties
| Name | Description |
 | IsReadOnly | Gets a value that indicates whether this property is read-only. |
 | Name | Gets the property name. |
 | PropertyType | Gets the property type. |
Top
Public Methods
| Name | Description |
 | GetValue | Gets the value of the current property of the specified object instance. |
 | SetValue | Sets the property value of the specified object instance. |
 | ShouldSerializeValue | Determines whether the property value of the specified object instance needs to be persisted. |
Top
See Also