ConnectionSettings Class

System Center
 

Updated: April 25, 2012

Defines connection settings for all management group connections.

Namespace:   Microsoft.EnterpriseManagement.Common
Assembly:  Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)


public ref class ConnectionSettings abstract 

NameDescription
System_CAPS_protmethodConnectionSettings()

Initializes a new instance of the ConnectionSettings class.

NameDescription
System_CAPS_pubpropertyCacheConfiguration

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

System_CAPS_pubpropertyCacheMode

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

System_CAPS_pubpropertyDomain

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

System_CAPS_pubpropertyPassword

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

System_CAPS_pubpropertyThreeLetterWindowsLanguageName

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_pubpropertyUserName

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: