ImportProfilePropertiesJobInfo.Error property
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property Error As ImportProfilePropertiesJobError
Get
Set
'Usage
Dim instance As ImportProfilePropertiesJobInfo
Dim value As ImportProfilePropertiesJobError
value = instance.Error
instance.Error = value
public ImportProfilePropertiesJobError Error { get; set; }
Property value
Type: Microsoft.Online.SharePoint.TenantManagement.ImportProfilePropertiesJobError
See also
Reference
ImportProfilePropertiesJobInfo class