TeamMentor.CoreLib.TM_WebServices.GetCurrentUserPasswordExpiryUrl C# (CSharp) Method

GetCurrentUserPasswordExpiryUrl() private method

private GetCurrentUserPasswordExpiryUrl ( ) : string
return string
        public string GetCurrentUserPasswordExpiryUrl()
        {
            return Current_User().passwordExpiredUrl();
        }
TM_WebServices