GetEnumValueByName<T> Method
In This Topic
Gets the value of the specified property by name.
Syntax
'Declaration
Public Function GetEnumValueByName(Of As {New, Struct})( _
ByVal As String _
) As
public GetEnumValueByName<>(
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.
See Also