UserRoleScope.ConsoleTasks Property

Definition

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

public:
 property System::Collections::Generic::ICollection<Guid> ^ ConsoleTasks { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> ConsoleTasks { get; }
member this.ConsoleTasks : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property ConsoleTasks As ICollection(Of Guid)

Property Value

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

Applies to