UserRoleScope.CredentialTasks Property

Definition

Gets a read-only collection of credential tasks for the user role scope.

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

Property Value

A read-only collection of credential tasks for the user role scope.

Applies to