SourceGroupCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<SourceGroup>
        Microsoft.SharePoint.Client.Discovery.SourceGroupCollection

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.SourceGroupCollection", ServerTypeId := "{25b212a9-5e5d-4965-b834-c69573fbdf17}")> _
Public Class SourceGroupCollection _
    Inherits ClientObjectCollection(Of SourceGroup)
'Usage
Dim instance As SourceGroupCollection
[ScriptTypeAttribute("SP.Discovery.SourceGroupCollection", ServerTypeId = "{25b212a9-5e5d-4965-b834-c69573fbdf17}")]
public class SourceGroupCollection : ClientObjectCollection<SourceGroup>

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

SourceGroupCollection members

Microsoft.SharePoint.Client.Discovery namespace