Toggles the logging of history data as .csv files on outbound dialing servers.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
[ObsoleteAttribute("This option is no longer supported")]
public GeneralConfigurationProperty<CCSConfiguration..::..Property, bool> EnableHistoryLoggingOnODS { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This option is no longer supported")> _
Public ReadOnly Property EnableHistoryLoggingOnODS As GeneralConfigurationProperty(Of CCSConfiguration..::..Property, Boolean)
Get |
Exceptions
| Exception | Condition |
|---|
| InsufficientRightsException | The user does not have permission to view the property. |
See Also