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
propNamestringProperty name.
Returns
Type Parameters
TObject type.