GetValue<T>(String,PropertyType) Method
In This Topic
Gets the value of the specified property by name.
Syntax
'Declaration
Public Overloads Function GetValue(Of As {New, Struct})( _
ByVal As String, _
ByVal As PropertyType _
) As
public GetValue<>(
string ,
PropertyType
)
where T: new(), struct
Parameters
- name
- The name of the property.
- type
- Property type.
Type Parameters
- T
Return Value
The value of the specified property by name.
See Also