Sets the value to the specific property.
Declaration
public T GetPropertyValue<T>(string propertyName) where T : Type
Public Function GetPropertyValue(Of T As Type)(propertyName As String) As T
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Returns
Type Parameters
Sets the value to the specific property.
Declaration
public object GetPropertyValue(string propertyName)
Public Function GetPropertyValue(propertyName As String) As Object
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Returns