ConnectionSettings Class
Defines connection settings for all management group connections.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.ConnectionSettings
Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings
Microsoft.EnterpriseManagement.TieredManagementGroupConnectionSettings
Syntax
public abstract class ConnectionSettings
public ref class ConnectionSettings abstract
[<AbstractClass>]
type ConnectionSettings = class end
Public MustInherit Class ConnectionSettings
Constructors
Name | Description | |
---|---|---|
ConnectionSettings() | Initializes a new instance of the ConnectionSettings class. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Common Namespace
Return to top