|
BulkSequenceCalculatorCustomAdapterSettings Property
|
Gets any custom adapter settings to be added to each adapter connection string. Can be used to add
settings that are custom per adapter.
Namespace: PowerCalculationsAssembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.207-beta
Syntax public override string CustomAdapterSettings { get; }
Public Overrides ReadOnly Property CustomAdapterSettings As String
Get
public:
virtual property String^ CustomAdapterSettings {
String^ get () override;
}
abstract CustomAdapterSettings : string with get
override CustomAdapterSettings : string with get
function get_CustomAdapterSettings();
View SourceProperty Value
StringImplements
IIndependentAdapterManagerCustomAdapterSettingsSee Also