PayPal.Api.ConfigManager.GetProperties C# (CSharp) Метод

GetProperties() публичный Метод

Returns all properties from the config file
public GetProperties ( ) : string>.Dictionary
Результат string>.Dictionary
        public Dictionary<string, string> GetProperties()
        {
            // returns a copy of the configuration properties
            return new Dictionary<string, string>(this.configValues);
        }