C# Класс PayPal.SDKConfigHandler

Custom handler for SDK configuration section as defined in App.Config or Web.Config files
Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект

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