MonitoringUserRoleScope.CredentialMonitoringTasks Property

Definition

Returns a read only collection of credential monitoring tasks for the user role scope.

public:
 property System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Common::Pair<Guid, bool> ^> ^ CredentialMonitoringTasks { System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Common::Pair<Guid, bool> ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Common.Pair<Guid,bool>> CredentialMonitoringTasks { get; }
member this.CredentialMonitoringTasks : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Common.Pair<Guid, bool>>
Public ReadOnly Property CredentialMonitoringTasks As ICollection(Of Pair(Of Guid, Boolean))

Property Value

ICollection<Pair<Guid,Boolean>>

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

Applies to