ContentMigrationSettings.SourceUser Property

Gets the user account that can access the source database.

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

Syntax

'Declaration
Public Property SourceUser As String
    Get
    Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String

value = instance.SourceUser

instance.SourceUser = value
public string SourceUser { get; set; }

Property Value

Type: System.String

Remarks

This account can be a Windows-based account or a SQL Server account.

See Also

Reference

ContentMigrationSettings Class

ContentMigrationSettings Members

Microsoft.SharePoint.Publishing.Administration Namespace