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