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