MonitoringUserRoleScope.CredentialMonitoringTasks Property

 

Applies To: Operations Manager for System Center 2012

Gets a read-only collection of credential monitoring tasks 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>> CredentialMonitoringTasks { get; }
public:
property ICollection<Pair<Guid, bool>^>^ CredentialMonitoringTasks {
    ICollection<Pair<Guid, bool>^>^ get();
}
member CredentialMonitoringTasks : ICollection<Pair<Guid, bool>> with get
Public ReadOnly Property CredentialMonitoringTasks As ICollection(Of Pair(Of Guid, Boolean))

Property Value

Type: System.Collections.Generic.ICollection<Pair<Guid, Boolean>>

Returns a ICollection<T> of credential monitoring tasks for the user role scope.

See Also

MonitoringUserRoleScope Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace

Return to top