CustodianCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Custodian>
        Microsoft.SharePoint.Client.Discovery.CustodianCollection

Namespace:  Microsoft.SharePoint.Client.Discovery
Assemblies:   Microsoft.Office.Policy.Silverlight (in Microsoft.Office.Policy.Silverlight.dll);  Microsoft.Office.Client.Policy.Phone (in Microsoft.Office.Client.Policy.Phone.dll)  Microsoft.Office.Policy.Client (in Microsoft.Office.Policy.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.Discovery.CustodianCollection", ServerTypeId := "{6b5101b9-64b2-4dff-a753-270c6996c75b}")> _
Public Class CustodianCollection _
    Inherits ClientObjectCollection(Of Custodian)
'Usage
Dim instance As CustodianCollection
[ScriptTypeAttribute("SP.Discovery.CustodianCollection", ServerTypeId = "{6b5101b9-64b2-4dff-a753-270c6996c75b}")]
public class CustodianCollection : ClientObjectCollection<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.

See also

Reference

CustodianCollection members

Microsoft.SharePoint.Client.Discovery namespace