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
Gets a read-only collection of globally unique identifier (GUID) values that identify monitoring object groups and/or services for the user role scope. This collection applies to the monitoring object section of the scope.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ICollection<Guid> MonitoringObjects { get; }
public:
property ICollection<Guid>^ MonitoringObjects {
ICollection<Guid>^ get();
}
member MonitoringObjects : ICollection<Guid> with get
Public ReadOnly Property MonitoringObjects As ICollection(Of Guid)
Property Value
Type: System.Collections.Generic.ICollection<Guid>
Returns a ICollection<T> of GUID values that identify monitoring object groups and/or services for the user role scope.
See Also
MonitoringUserRoleScope Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top