MonitoringUserRoleScope.MonitoringClasses Property
Applies To: Operations Manager for System Center 2012
Gets a read-only collection of globally unique identifier (GUID) values that identify monitoring classes for the user role scope. This collection applies to the monitoring class section of the scope.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ICollection<Guid> MonitoringClasses { get; }
public:
property ICollection<Guid>^ MonitoringClasses {
ICollection<Guid>^ get();
}
member MonitoringClasses : ICollection<Guid> with get
Public ReadOnly Property MonitoringClasses As ICollection(Of Guid)
Property Value
Type: System.Collections.Generic.ICollection<Guid>
Returns a ICollection<T> of GUID values that identify monitoring classes for the user role scope.
See Also
MonitoringUserRoleScope Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top