[]
Sets the property value.
protected void SetPropertyValue<T>(T value, string xmlName = null, string name = "")
| Type | Name | Description |
|---|---|---|
| T | value | The property value. |
| string | xmlName | The property name to store in xml. |
| string | name | The property name. |
| Name | Description |
|---|---|
| T | The property type |