Dynamics_ConfigFileServerKeys Enum
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.
Enum for CrmConnection Configuration Keys in the app.config.
public enum class Dynamics_ConfigFileServerKeys
public enum Dynamics_ConfigFileServerKeys
type Dynamics_ConfigFileServerKeys =
Public Enum Dynamics_ConfigFileServerKeys
- Inheritance
-
Dynamics_ConfigFileServerKeys
Fields
Name | Value | Description |
---|---|---|
UseDefaultCreds | 1 | Use Default Credentials. |
CrmUserName | 2 | User name to connect to CRM with |
CrmPassword | 3 | Password used when connecting to CRM |
CrmDomain | 4 | Domain used when connecting to CRM |
CrmOrg | 5 | CRM Org Connecting too. |
CrmServerName | 6 | CRM Server name |
CrmPort | 7 | Port CRM server is listening on |
CrmDeploymentType | 8 | Type of CRM deployment used indicating where CRM is running used to be UiiCrmUseOnPrem |
CacheCredentials | 9 | Flag, encrypt and hold creds. |
CrmUseSSL | 10 | Use SSL ? |
CrmOnlineRegion | 11 | What CRM online Region to use |
AuthHomeRealm | 12 | what Home Realm to use |
AskForOrg | 13 | Use the system ask for the org each login. |
AdvancedCheck | 14 | To Display Advanced option for O365. |
Authority | 15 | Authority for OAuth login |
UserId | 16 | UserId for O365-OAuth login |
UseDirectConnection | 17 | Use Direct Connect URI |
DirectConnectionUri | 18 | Direct connection URI String |