Share via


MonitoringConnector.DiscoveryDataIsManaged Property

Gets a value that determines whether monitoring objects inserted by this monitoring connector are to be managed by the Operations Manager.

Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

'Usage
Dim instance As MonitoringConnector
Dim value As Boolean

value = instance.DiscoveryDataIsManaged

Syntax

'Declaration
Public ReadOnly Property DiscoveryDataIsManaged As Boolean
public bool DiscoveryDataIsManaged { get; }
public:
property bool DiscoveryDataIsManaged {
    bool get ();
}
/** @property */
public boolean get_DiscoveryDataIsManaged ()
public function get DiscoveryDataIsManaged () : boolean

Property Value

true if monitoring objects inserted by this monitoring connector are to be managed by the Operations Manager; otherwise false.

Remarks

Gets a value that determines whether monitoring objects inserted by this monitoring connector are to be managed by the Operations Manager.

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

Reference

MonitoringConnector Class
MonitoringConnector Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Send comments about this topic to Microsoft.