SourceGroupCollection class
Represents a collection of SourceGroup objects.
Inheritance hierarchy
System.Object
System.Collections.Generic.List<SourceGroup>
Microsoft.Office.Server.Discovery.SourceGroupCollection
Namespace: Microsoft.Office.Server.Discovery
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Class SourceGroupCollection _
Inherits List(Of SourceGroup)
'Usage
Dim instance As SourceGroupCollection
public class SourceGroupCollection : List<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.