Return UDF Descriptions

SUGGESTED

I am trying to find a way to return the description of a UDF using SQL. 

I am currently using the following:

Select *
FROM JT_Employee

But I need to bring forward the descriptions of the UDF's. So for example, "UDF_F_Name" would return "Employee First Name" and so on. Is this possible?