Share via


MonitoringRelationshipObjectDiscoverySource.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.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Use BoundObjectId")]
public override Nullable<Guid> BoundMonitoringObjectId { get; }
public:
[ObsoleteAttribute("Use BoundObjectId")]
property Nullable<Guid> BoundMonitoringObjectId {
    virtual Nullable<Guid> get() override;
}
[<ObsoleteAttribute("Use BoundObjectId")>]
override BoundMonitoringObjectId : Nullable<Guid> with get
<ObsoleteAttribute("Use BoundObjectId")>
Public Overrides ReadOnly Property BoundMonitoringObjectId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Returns a Guid for the bound monitoring object.

See Also

MonitoringRelationshipObjectDiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top