C# Class PayPal.SDKConfigHandler

Custom handler for SDK configuration section as defined in App.Config or Web.Config files
Inheritance: System.Configuration.ConfigurationSection
显示文件 Open project: paypal/PayPal-NET-SDK

Private Properties

Property Type Description

Public Methods

Method Description
SDKConfigHandler ( ) : System.Configuration

Explicit default constructor

Setting ( string name ) : string

Gets the setting with the specified name. If the setting is not found, returns null.

Method Details

SDKConfigHandler() public method

Explicit default constructor
public SDKConfigHandler ( ) : System.Configuration
return System.Configuration

Setting() public method

Gets the setting with the specified name. If the setting is not found, returns null.
public Setting ( string name ) : string
name string The name of the setting to lookup.
return string