GetEnumValueByName<T> Method
Gets the value of the specified property by name.
'Declaration
Public Function GetEnumValueByName(Of As {New, Struct})( _
ByVal As System.String _
) As
public GetEnumValueByName<>(
System.string
)
where T: new(), struct
Parameters
- name
- The name of the property.
Type Parameters
- T
Return Value
The value of the specified property by name.