MonitoringUserRoleScope.MonitoringViews Property
Applies To: Operations Manager for System Center 2012
Gets a read-only collection of monitoring views for the user role scope.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ICollection<Pair<Guid, bool>> MonitoringViews { get; }
public:
property ICollection<Pair<Guid, bool>^>^ MonitoringViews {
ICollection<Pair<Guid, bool>^>^ get();
}
member MonitoringViews : ICollection<Pair<Guid, bool>> with get
Public ReadOnly Property MonitoringViews As ICollection(Of Pair(Of Guid, Boolean))
Property Value
Type: System.Collections.Generic.ICollection<Pair<Guid, Boolean>>
Returns a ICollection<T> of monitoring views for the user role scope.
See Also
MonitoringUserRoleScope Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top