ExportCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Export>
        Microsoft.SharePoint.Client.Discovery.ExportCollection

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.ExportCollection", ServerTypeId := "{7bfe67b2-b9c9-4171-88d7-a17852cab2eb}")> _
Public Class ExportCollection _
    Inherits ClientObjectCollection(Of Export)
'Usage
Dim instance As ExportCollection
[ScriptTypeAttribute("SP.Discovery.ExportCollection", ServerTypeId = "{7bfe67b2-b9c9-4171-88d7-a17852cab2eb}")]
public class ExportCollection : ClientObjectCollection<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.SharePoint.Client.Discovery namespace