EnterpriseManagementConnectionSettings Class

Definition

Defines the settings that are used to connect to a Service Manager server.

public ref class EnterpriseManagementConnectionSettings : Microsoft::EnterpriseManagement::Common::ConnectionSettings
public class EnterpriseManagementConnectionSettings : Microsoft.EnterpriseManagement.Common.ConnectionSettings
type EnterpriseManagementConnectionSettings = class
    inherit ConnectionSettings
Public Class EnterpriseManagementConnectionSettings
Inherits ConnectionSettings
Inheritance
EnterpriseManagementConnectionSettings
Derived

Constructors

EnterpriseManagementConnectionSettings(String)

Initializes a new instance of the EnterpriseManagementConnectionSettings class.

Properties

CacheConfiguration

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

(Inherited from ConnectionSettings)
CacheMode

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

(Inherited from ConnectionSettings)
Domain

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

(Inherited from ConnectionSettings)
InactivityTimeout

Gets or sets the windows communication foundation (WCF) inactivity timeout in minutes.

Password

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

(Inherited from ConnectionSettings)
SendReceiveTimeout

Gets or sets the windows communication foundation (WCF) send or receive timeout in minutes.

ServerName

Gets or sets the name of the Service Manager server. Use localhost if the Service Manager server is your local computer.

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

(Inherited from ConnectionSettings)
TieredManagementGroupConnectionSettings

Gets the tiered management group connection settings that are used to connect to the Service Manager server.

UserName

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

(Inherited from ConnectionSettings)

Applies to