MaintenanceWindow.MonitoringObjectId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the monitoring object.

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

Syntax

public Guid MonitoringObjectId { get; }
public:
property Guid MonitoringObjectId {
    Guid get();
}
member MonitoringObjectId : Guid with get
Public ReadOnly Property MonitoringObjectId As Guid

Property Value

Type: System.Guid

Returns the Guid for the monitoring object.

See Also

MaintenanceWindow Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top