Share via


Office365Tenant.DeleteImportProfilePropertiesJob method

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

Syntax

'Declaration
Public Function DeleteImportProfilePropertiesJob ( _
    jobId As Guid _
) As ClientResult(Of Boolean)
'Usage
Dim instance As Office365Tenant
Dim jobId As Guid
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.DeleteImportProfilePropertiesJob(jobId)
public ClientResult<bool> DeleteImportProfilePropertiesJob(
    Guid jobId
)

Parameters

Return value

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

See also

Reference

Office365Tenant class

Office365Tenant members

Microsoft.Online.SharePoint.TenantManagement namespace