SPImportSettings.PreserveDeletedUserMetadataReferences property
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PreserveDeletedUserMetadataReferences As Boolean
Get
Set
'Usage
Dim instance As SPImportSettings
Dim value As Boolean
value = instance.PreserveDeletedUserMetadataReferences
instance.PreserveDeletedUserMetadataReferences = value
public bool PreserveDeletedUserMetadataReferences { get; set; }
Property value
Type: System.Boolean