DiscoverySource.MonitoringConnectorId Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the globally unique identifier (GUID) for the monitoring connector of the discovery source.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ConnectorId")]
public abstract Nullable<Guid> MonitoringConnectorId { get; }
public:
[ObsoleteAttribute("Use ConnectorId")]
property Nullable<Guid> MonitoringConnectorId {
virtual Nullable<Guid> get() abstract;
}
[<ObsoleteAttribute("Use ConnectorId")>]
abstract MonitoringConnectorId : Nullable<Guid> with get
<ObsoleteAttribute("Use ConnectorId")>
Public MustOverride ReadOnly Property MonitoringConnectorId As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Returns the Guid for the monitoring connector of the discovery source.
See Also
DiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top