Share via


ExportCollection class

Represents a collection of Export objects.

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<Export>
    Microsoft.Office.Server.Discovery.ExportCollection

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Class ExportCollection _
    Inherits List(Of Export)
'Usage
Dim instance As ExportCollection
public class ExportCollection : List<Export>

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

ExportCollection members

Microsoft.Office.Server.Discovery namespace