SecurityTaskCollection Class
Represents a collection of Task objects that are associated to a SecurityAdapter. The tasks in the collection are displayed in the task pane of the Administration Console.
Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel.Security (in microsoft.essentialbusinessserver.console.objectmodel.security.dll)
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel.Security (in microsoft.essentialbusinessserver.console.objectmodel.security.dll)
[SerializableAttribute] public class SecurityTaskCollection : ICollection<SelectionTask>, IEnumerable<SelectionTask>, IEnumerable
/** @attribute SerializableAttribute() */ public class SecurityTaskCollection implements ICollection<SelectionTask>, IEnumerable<SelectionTask>, IEnumerable
SerializableAttribute public class SecurityTaskCollection implements ICollection<SelectionTask>, IEnumerable<SelectionTask>, IEnumerable
A SecurityTaskCollection object is created by calling the CreateTasks method in a user-defined class.
Community Additions
Show: