so im using this library for C#, im a php developer, and when i get a list of users by using the following: http://help.globalscape.com/help/eft5_com/Retrieving_a_list_of_users.htm
I get an object, now in php i would just -> to break into this object and then foreach to loop through all the array elements to check if a user exists, but i am unsure how to do this in c#, can anyone help me out.
Yes you can make use of LINQ feature of C# do that thing easily…….
Something lijke