Можно использовать такой метод:
C#:
string profile = project.Profile.ToString();
return profile;
Вернет такие данные:
C#:
<Profile count="1"><Lang>en;</Lang><HumanName>Mayra;</HumanName><HumanSurName>Wlodarczyk;</HumanSurName><HumanSex>False;</HumanSex><HumanNickName>bombiemacra1979;</HumanNickName><HumanEmail>[email protected];</HumanEmail><HumanEmailPassword>password;</HumanEmailPassword><HumanLogin>piasteamnanpo1985;</HumanLogin><HumanPassword>CCQVV1W2UV;</HumanPassword><HumanSecretQuestionAnswer1>488853;</HumanSecretQuestionAnswer1><HumanSecretQuestionAnswer2>414695;</HumanSecretQuestionAnswer2><HumanBirthDay>16.6.1998;</HumanBirthDay><HumanAge>21;</HumanAge><HumanCountry>USA;</HumanCountry><HumanTown>Worcester;</HumanTown><HumanRegion>Massachusetts;</HumanRegion><DevaceCurrent>Desktop;</DevaceCurrent><OsCurrent>Windows7;</OsCurrent><BrowserCurrent>FireFox;</BrowserCurrent><UserAgent>Mozilla/5.0 (Windows NT 6.1; rv:55.0) Gecko/20100101 Firefox/55.0__</UserAgent><appVersion>5.0 (Windows)__</appVersion><appName>Netscape;</appName><appCodeName>Mozilla;</appCodeName><ZipCode>01613;</ZipCode><ScreenHeigth>50505;</ScreenHeigth><ScreenWidth>50505;</ScreenWidth><AvailScreenHeigth>50505;</AvailScreenHeigth><AvailScreenWidth>50505;</AvailScreenWidth><ACCEPT_ENCODING>gzip, deflate, br;</ACCEPT_ENCODING><AcceptCharset>iso-8859-1,*,utf-8__</AcceptCharset><HTTP_ACCEPT>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8__</HTTP_ACCEPT><HTTP_ACCEPT_LANGUAGE>ru-RU__</HTTP_ACCEPT_LANGUAGE><WindowsScreenX>1920;</WindowsScreenX><WindowsScreenY>1080;</WindowsScreenY><WindowsOuterHeight>50505;</WindowsOuterHeight><WindowsOuterWidth>50505;</WindowsOuterWidth><WindowsInnerHeight>976;</WindowsInnerHeight><WindowsInnerWidth>1920;</WindowsInnerWidth><WindowsOuterHeightShift>108;</WindowsOuterHeightShift><WindowsOuterWidthShift>16;</WindowsOuterWidthShift><CpuClass>__</CpuClass><OsCpu>Windows NT 6.1; WOW64__</OsCpu><Platform>Win32__</Platform><Product>Gecko__</Product><ProductSub>20100101__</ProductSub><BrowserType>Firefox52;</BrowserType></Profile>
Парсить этот параметр:
C#:
<DevaceCurrent>Desktop;</DevaceCurrent>