I'm not sure what vbCrLf translates to in a string. However, I do know that in C# one can add new lines by putting in the "\r\n" combination. For example, the following code works:
td.RegistrationInfo.Description = "1) Line 1\r\n2) Line 2";