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.
Gets whether the import operation is currently fixing an items lookup.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FixingBrokenLookups As Boolean
Get
Friend Set
'Usage
Dim instance As SPImportContext
Dim value As Boolean
value = instance.FixingBrokenLookups
public bool FixingBrokenLookups { get; internal set; }
Property value
Type: System.Boolean
true when the import operation is fixing an items lookup; otherwise, false.