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