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);
        }