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