Method GetCustomLabel
GetCustomLabel<T>(string)
Gets custom label for the given Type and PropertyInfo.
public static string? GetCustomLabel<T>(string propName) where T : class
Parameters
propName
stringProperty name.
Returns
Type Parameters
T
Object type.