Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the globally unique identifier (GUID) for the monitoring rule that is associated with operational data object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.RuleId")]
public abstract Guid MonitoringRuleId { get; internal set; }
public:
[ObsoleteAttribute("Use this.RuleId")]
property Guid MonitoringRuleId {
virtual Guid get() abstract;
internal: virtual void set(Guid value) abstract;
}
[<ObsoleteAttribute("Use this.RuleId")>]
abstract MonitoringRuleId : Guid with get, internal set
<ObsoleteAttribute("Use this.RuleId")>
Public MustOverride Property MonitoringRuleId As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
Returns a Guid for the monitoring rule that is associated with the operational data object.
See Also
OperationalDataObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top