ALMRestClient.ALMClientConfig.ALMClientConfig C# (CSharp) Method

ALMClientConfig() public method

Contains the settings to be consumed by the ALMClient for access HP ALM
public ALMClientConfig ( ) : System
return System
        public ALMClientConfig()
        {
            LoadSettingsFromConfig();

            if (string.IsNullOrEmpty(Version))
            {
                Version = GetHighestVersionFromConfig();
            }
        }

Same methods

ALMClientConfig::ALMClientConfig ( string version ) : System