Share via


CopyMigrationOptions.AllowSchemaMismatch property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property AllowSchemaMismatch As Boolean
    Get
    Set
'Usage
Dim instance As CopyMigrationOptions
Dim value As Boolean

value = instance.AllowSchemaMismatch

instance.AllowSchemaMismatch = value
public bool AllowSchemaMismatch { get; set; }

Property value

Type: System.Boolean

See also

Reference

CopyMigrationOptions class

CopyMigrationOptions members

Microsoft.SharePoint.Client namespace