Summary
Constructor for use by derived classes that use the
name of the type as the property name. Derived classes
must ensure that the Type of the property value is
a standard type supported by the BCL. Any custom
types will cause a serialization Exception when
in the client.
- Namespace
- TCLite
- Containing Type
- PropertyAttribute
Syntax
protected PropertyAttribute(object propertyValue)
Parameters
| Name | Type | Description |
|---|---|---|
| propertyValue | object |
Return Value
| Type | Description |
|---|---|
| void |
