PayPal.Api.ConfigManager.GetProperties C# (CSharp) Méthode

GetProperties() public méthode

Returns all properties from the config file
public GetProperties ( ) : string>.Dictionary
Résultat string>.Dictionary
        public Dictionary<string, string> GetProperties()
        {
            // returns a copy of the configuration properties
            return new Dictionary<string, string>(this.configValues);
        }