ContentMigrationSettings.SourceDatabaseName Property
Gets the source database name.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property SourceDatabaseName As String
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String
value = instance.SourceDatabaseName
instance.SourceDatabaseName = value
public string SourceDatabaseName { get; set; }
Property Value
Type: System.String
The name of the source database.
See Also
Reference
ContentMigrationSettings Class