Method SetPropertyValue
SetPropertyValue<T>(string, T)
This method can be used to set the property value.
Declaration
public bool SetPropertyValue<T>(string propName, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propName | Name of the property |
| T | value | Value to set |
Returns
| Type | Description |
|---|---|
| bool | The property of type Property{T} if propName exists, null otherwise. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the property |