Office365Tenant.DeleteImportProfilePropertiesJob メソッド
名前空間: Microsoft.Online.SharePoint.TenantManagement
アセンブリ: Microsoft.Online.SharePoint.Client.Tenant.Silverlight (Microsoft.Online.SharePoint.Client.Tenant.Silverlight.dll 内); Microsoft.Online.SharePoint.Client.Tenant (Microsoft.Online.SharePoint.Client.Tenant.dll 内)
構文
'宣言
Public Function DeleteImportProfilePropertiesJob ( _
jobId As Guid _
) As ClientResult(Of Boolean)
'使用
Dim instance As Office365Tenant
Dim jobId As Guid
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.DeleteImportProfilePropertiesJob(jobId)
public ClientResult<bool> DeleteImportProfilePropertiesJob(
Guid jobId
)
パラメーター
- jobId
型: System.Guid
戻り値
型: Microsoft.SharePoint.Client.ClientResult<Boolean>