How to do the same in CRM 2011 format????
ICrmService crmService = context.CreateCrmService(false);
systemuser callingUser = (systemuser)crmService.Retrieve(EntityName.systemuser.ToString(), context.UserId, newColumnSet(newstring[] {"domainname"
}));
hussain