TermGroupCollection class

A collection of TermGroup objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<TermGroup>
        Microsoft.SharePoint.Client.Taxonomy.TermGroupCollection

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public NotInheritable Class TermGroupCollection _
    Inherits ClientObjectCollection(Of TermGroup)
'Usage
Dim instance As TermGroupCollection
public sealed class TermGroupCollection : ClientObjectCollection<TermGroup>

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

TermGroupCollection members

Microsoft.SharePoint.Client.Taxonomy namespace