public AccessProfileInfo[] GetAccessProfileInfo()
        {
            GetAccessProfileInfoRequest  inValue = new GetAccessProfileInfoRequest();
            GetAccessProfileInfoResponse retVal  = ((ConfigurationServiceSoap)(this)).GetAccessProfileInfo(inValue);

            return(retVal.AccessProfileInfo);
        }
        public AccessProfileInfo[] EndGetAccessProfileInfo(System.IAsyncResult result)
        {
            GetAccessProfileInfoResponse retVal = ((ConfigurationServiceSoap)(this)).EndGetAccessProfileInfo(result);

            return(retVal.AccessProfileInfo);
        }