Office365Tenant.QueueImportProfileProperties method

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

Syntax

'Declaration
Public Function QueueImportProfileProperties ( _
    idType As ImportProfilePropertiesUserIdType, _
    sourceDataIdProperty As String, _
    propertyMap As IDictionary(Of String, String), _
    sourceUri As String _
) As ClientResult(Of Guid)
'Usage
Dim instance As Office365Tenant
Dim idType As ImportProfilePropertiesUserIdType
Dim sourceDataIdProperty As String
Dim propertyMap As IDictionary(Of String, String)
Dim sourceUri As String
Dim returnValue As ClientResult(Of Guid)

returnValue = instance.QueueImportProfileProperties(idType, _
    sourceDataIdProperty, propertyMap, _
    sourceUri)
public ClientResult<Guid> QueueImportProfileProperties(
    ImportProfilePropertiesUserIdType idType,
    string sourceDataIdProperty,
    IDictionary<string, string> propertyMap,
    string sourceUri
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Guid>

See also

Reference

Office365Tenant class

Office365Tenant members

Microsoft.Online.SharePoint.TenantManagement namespace