CrmConnectionManager.SetConfigKeyInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the current connection information for the server.
this can be used to pass in a preconfigured list of keys
public:
void SetConfigKeyInformation(System::Collections::Generic::Dictionary<Microsoft::Xrm::Tooling::CrmConnectControl::Utility::Dynamics_ConfigFileServerKeys, System::Object ^> ^ configKeys);
public void SetConfigKeyInformation (System.Collections.Generic.Dictionary<Microsoft.Xrm.Tooling.CrmConnectControl.Utility.Dynamics_ConfigFileServerKeys,object> configKeys);
member this.SetConfigKeyInformation : System.Collections.Generic.Dictionary<Microsoft.Xrm.Tooling.CrmConnectControl.Utility.Dynamics_ConfigFileServerKeys, obj> -> unit
Public Sub SetConfigKeyInformation (configKeys As Dictionary(Of Dynamics_ConfigFileServerKeys, Object))
Parameters
- configKeys
- Dictionary<Dynamics_ConfigFileServerKeys,Object>