[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("currencies")]
public IConfigSectionNode CurrenciesCfg { get; set; }
[ConfigAttribute("currencies")]
public IConfigSectionNode CurrenciesCfg { get; set; }
<ConfigAttribute("currencies")>
Public Property CurrenciesCfg As IConfigSectionNode
Get
Set
<ConfigAttribute("currencies")>
Public Property CurrenciesCfg As IConfigSectionNode
Get
Set
public:
[ConfigAttribute(L"currencies")]
property IConfigSectionNode^ CurrenciesCfg {
IConfigSectionNode^ get ();
void set (IConfigSectionNode^ value);
}
public:
[ConfigAttribute(L"currencies")]
property IConfigSectionNode^ CurrenciesCfg {
IConfigSectionNode^ get ();
void set (IConfigSectionNode^ value);
}
[<ConfigAttribute("currencies")>]
member CurrenciesCfg : IConfigSectionNode with get, set
[<ConfigAttribute("currencies")>]
member CurrenciesCfg : IConfigSectionNode with get, set
Property Value
Type:
IConfigSectionNode