ConnectionSettings Class
Updated: April 25, 2012
Defines connection settings for all management group connections.
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Microsoft.EnterpriseManagement.Common::ConnectionSettings
Microsoft.EnterpriseManagement::EnterpriseManagementConnectionSettings
Microsoft.EnterpriseManagement::TieredManagementGroupConnectionSettings
| Name | Description | |
|---|---|---|
![]() | ConnectionSettings() | Initializes a new instance of the ConnectionSettings class. |
| Name | Description | |
|---|---|---|
![]() | CacheConfiguration | Gets or sets the pre-defined cache configuration in the configuration mode, only when the CacheMode property is set to Configuration. |
![]() | CacheMode | Gets or sets the cache mode for the client-side interface. |
![]() | Domain | Gets or sets the domain credentials that are used for the connection settings. |
![]() | Password | Gets or sets the password credentials that are used in the connection settings. |
![]() | ThreeLetterWindowsLanguageName | Gets or sets the three-letter code for the language that is used by the SDK when initializing localizable strings, as defined in the Microsoft Windows application programming interface (API). |
![]() | UserName | Gets or sets the user name credentials that are used in the connection settings. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


