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
- jobId
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>