IResultObject.ConnectionManager Property
Gets the connection manager for the result object.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As IResultObject
Dim value As ConnectionManagerBase
value = instance.ConnectionManager
Syntax
'Declaration
ReadOnly Property ConnectionManager As ConnectionManagerBase
ConnectionManagerBase ConnectionManager { get; }
property ConnectionManagerBase^ ConnectionManager {
ConnectionManagerBase^ get ();
}
/** @property */
ConnectionManagerBase get_ConnectionManager ()
function get ConnectionManager () : ConnectionManagerBase
Property Value
ConnectionManagerBase object.
Exceptions
Exception type | Condition |
---|---|
NotImplementedException | The collection of results is attached to multiple connection manager instances. |
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
Reference
IResultObject Interface
IResultObject Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ConnectionManagerBase Class