Office365Tenant.DeleteImportProfilePropertiesJob - Méthode
Espace de noms : Microsoft.Online.SharePoint.TenantManagement
Assemblys : Microsoft.Online.SharePoint.Client.Tenant.Silverlight (dans Microsoft.Online.SharePoint.Client.Tenant.Silverlight.dll); Microsoft.Online.SharePoint.Client.Tenant (dans Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntaxe
'Déclaration
Public Function DeleteImportProfilePropertiesJob ( _
jobId As Guid _
) As ClientResult(Of Boolean)
'Utilisation
Dim instance As Office365Tenant
Dim jobId As Guid
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.DeleteImportProfilePropertiesJob(jobId)
public ClientResult<bool> DeleteImportProfilePropertiesJob(
Guid jobId
)
Paramètres
- jobId
Type : System.Guid
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Boolean>
Voir aussi
Référence
Microsoft.Online.SharePoint.TenantManagement - Espace de noms