Method GetPropertyValue
GetPropertyValue<T>(string, out T)
This method can be used to get the property value.
Declaration
public bool GetPropertyValue<T>(string propName, out T data)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propName | Name of the property |
| T | data | Data is written to this ref |
Returns
| Type | Description |
|---|---|
| bool | True if value was fetched successfully. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the property |