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
System_CAPS_protmethod ConnectionSettings()

Initializes a new instance of the ConnectionSettings class.

Properties

Name Description
System_CAPS_pubproperty CacheConfiguration

Gets or sets the pre-defined cache configuration in the configuration mode, only when the CacheMode property is set to Configuration.

System_CAPS_pubproperty CacheMode

Gets or sets the cache mode for the client-side interface.

System_CAPS_pubproperty Domain

Gets or sets the domain credentials that are used for the connection settings.

System_CAPS_pubproperty Password

Gets or sets the password credentials that are used in the connection settings.

System_CAPS_pubproperty 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).

System_CAPS_pubproperty UserName

Gets or sets the user name credentials that are used in the connection settings.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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