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