BaseConnectorEngine.RequiredServerSettings Property
Public Overridable Property RequiredServerSettings() As Dictionary(Of String, String)
This language is not supported or no code example is available.
public virtual Dictionary<string, string> RequiredServerSettings {get; set;}
This language is not supported or no code example is available.
public:
virtual property Dictionary<String^, String^>^ RequiredServerSettings {
Dictionary<String^, String^>^ get( );
void set(
Dictionary<String^, String^>^ value
);
}
This language is not supported or no code example is available.