Gets the (serializable) value of the specified control property.
- T
- The type of the property to get the value from.
- name (String)
- The name of the property.
The value of the named property or the default value of the specified
type if the returned value is null and the specified type is a value type.
| Exception | Condition |
|---|---|
| InvalidCastException | If the returned value cannot be casted
to the specified type. |
| ActionFailedException | Thrown if invoking the action failed. |
