Share via


SPDatabaseService.AllowDatabaseWithHigherSchemaVersion property

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

Syntax

'Declaration
Public Property AllowDatabaseWithHigherSchemaVersion As Boolean
    Get
    Set
'Usage
Dim instance As SPDatabaseService
Dim value As Boolean

value = instance.AllowDatabaseWithHigherSchemaVersion

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

Property value

Type: System.Boolean

See also

Reference

SPDatabaseService class

SPDatabaseService members

Microsoft.SharePoint.Administration namespace