Gets the connection manager for the result collection. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ResultObjectsManager
Dim value As ConnectionManagerBase

value = instance.ConnectionManager

Syntax

Visual Basic
Public Overrides ReadOnly Property ConnectionManager As ConnectionManagerBase
C#
public override ConnectionManagerBase ConnectionManager { get; }
C++
public:
virtual property ConnectionManagerBase^ ConnectionManager {
		ConnectionManagerBase^ get () override;
}
J#
/** @property */
public ConnectionManagerBase get_ConnectionManager ()
JScript
public override function get ConnectionManager () : ConnectionManagerBase

Property Value

ConnectionManagerBase object.

Remarks

Your application must implement its own version of this property in a derived class.


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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also