OperationalDataObject.MonitoringObjectId Property
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) for the monitoring object that is associated with the operational data object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public abstract Guid MonitoringObjectId { get; internal set; }
public:
property Guid MonitoringObjectId {
virtual Guid get() abstract;
internal: virtual void set(Guid value) abstract;
}
abstract MonitoringObjectId : Guid with get, internal set
Public MustOverride Property MonitoringObjectId As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
Returns a Guid for the monitoring object that is associated with the operational data object.
See Also
OperationalDataObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top