Gets or sets a value that determines whether to connect to a tiered Management Group using the connector account or other specified credentials. Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As TieredManagementGroupConnectionSettings
Dim value As Boolean

value = instance.ConnectForConnector

instance.ConnectForConnector = value

Syntax

Visual Basic
Public Property ConnectForConnector As Boolean
C#
public bool ConnectForConnector { get; set; }
C++
public:
property bool ConnectForConnector {
		bool get ();
		void set (bool value);
}
J#
/** @property */
public boolean get_ConnectForConnector ()

/** @property */
public void set_ConnectForConnector (boolean value)
JScript
public function get ConnectForConnector () : boolean

public function set ConnectForConnector (value : boolean)

Property Value

true to make the connection with the connector account; false to make the connection with the credentials specified in the properties of the TieredManagementGroupConnectionSettings 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.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also