ImportProfilePropertiesJobStatusCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<ImportProfilePropertiesJobInfo>
        Microsoft.Online.SharePoint.TenantManagement.ImportProfilePropertiesJobStatusCollection

Namespace:  Microsoft.Online.SharePoint.TenantManagement
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

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

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

ImportProfilePropertiesJobStatusCollection members

Microsoft.Online.SharePoint.TenantManagement namespace