Closed Tecnosoft-dev closed 1 year ago
Sorry, WTelegramClient will NOT be modified to address this issue, so here are three solutions:
Dim propValue = obj.GetType().GetProperty("ID").GetValue(obj)
Dim fieldValue = obj.GetType().GetField("id").GetValue(obj)
Because this language is not case sensitive for that an ambiguous exception denies the app to be compiled Please consider changing id and ID, so the they are not equal members name.