Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Function GetImportProfilePropertyJob ( _
jobId As Guid _
) As ImportProfilePropertiesJobInfo
'Usage
Dim instance As Office365Tenant
Dim jobId As Guid
Dim returnValue As ImportProfilePropertiesJobInfo
returnValue = instance.GetImportProfilePropertyJob(jobId)
public ImportProfilePropertiesJobInfo GetImportProfilePropertyJob(
Guid jobId
)
Parameters
- jobId
Type: System.Guid
Return value
Type: Microsoft.Online.SharePoint.TenantManagement.ImportProfilePropertiesJobInfo