ContentMigrationSettings.SourceSiteUrl Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property SourceSiteUrl As String
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String
value = instance.SourceSiteUrl
instance.SourceSiteUrl = value
public string SourceSiteUrl { get; set; }
Property Value
Type: System.String
See Also
Reference
ContentMigrationSettings Class