C# 클래스 PayPal.SDKConfigHandler

Custom handler for SDK configuration section as defined in App.Config or Web.Config files
상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: paypal/PayPal-NET-SDK

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

SDKConfigHandler() 공개 메소드

Explicit default constructor
public SDKConfigHandler ( ) : System.Configuration
리턴 System.Configuration

Setting() 공개 메소드

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.
리턴 string