ManagementGroupConnectionSettings Members

Updated: April 16, 2012

Defines connections settings that should be used when connecting to the SDK service. This class can be used to control the caching modes used by the SDK client as well as to pass alternate credentials.

The following tables list the members exposed by the ManagementGroupConnectionSettings type.

  Name Description
  ManagementGroupConnectionSettings Overloaded.  
Top
  Name Description
public property CacheMode  Gets or sets the cache mode for the client-side interface. The default is CacheMode.Configuration. (inherited from ConnectionSettings)
public property Domain  Gets or sets the domain used for the connection settings. (inherited from ConnectionSettings)
public property Password  Gets or sets the password used for the connection settings. (inherited from ConnectionSettings)
public property ServerName  (inherited from EnterpriseManagementConnectionSettings)
public property ThreeLetterWindowsLanguageName  Gets or sets the three-letter Windows language name used in the connection settings. The default value is CurrentCulture.ThreeLetterWindowsLanguageName. (inherited from ConnectionSettings)
public property TieredManagementGroupConnectionSettings  (inherited from EnterpriseManagementConnectionSettings)
public property UserName  Gets or sets the user name used in the connection settings. (inherited from ConnectionSettings)
Top
(see also Protected Methods)
  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)
Top
  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top