CustodianCollection class
Represents a collection of custodians in an eDiscovery case.
Inheritance hierarchy
System.Object
System.Collections.Generic.List<Custodian>
Microsoft.Office.Server.Discovery.CustodianCollection
Namespace: Microsoft.Office.Server.Discovery
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Class CustodianCollection _
Inherits List(Of Custodian)
'Usage
Dim instance As CustodianCollection
public class CustodianCollection : List<Custodian>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.