FileType.All

FileType .All Property is a String per the Language Reference. But the code below returns errors:

Var csvType As New FileType

// txtType filling properties hidden

Var Type_All As String
Type_All = csvType.All

Errors:
image

Also, a break in the Type_All line shows nothing in the Debugger for csvType As FileType: