SourceCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Source>
        Microsoft.SharePoint.Client.Discovery.SourceCollection

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.SourceCollection", ServerTypeId := "{d3b71ccc-95a9-47f9-a58b-29c07d4daadc}")> _
Public Class SourceCollection _
    Inherits ClientObjectCollection(Of Source)
'Usage
Dim instance As SourceCollection
[ScriptTypeAttribute("SP.Discovery.SourceCollection", ServerTypeId = "{d3b71ccc-95a9-47f9-a58b-29c07d4daadc}")]
public class SourceCollection : ClientObjectCollection<Source>

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

SourceCollection members

Microsoft.SharePoint.Client.Discovery namespace