Share via


SPImportObject.SourceUrl property

Gets the URL to the source location of the object that is being imported.

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

Syntax

'Declaration
Public Property SourceUrl As String
    Get
    Friend Set
'Usage
Dim instance As SPImportObject
Dim value As String

value = instance.SourceUrl
public string SourceUrl { get; internal set; }

Property value

Type: System.String
Returns a string representation of the URL.

See also

Reference

SPImportObject class

SPImportObject members

Microsoft.SharePoint.Deployment namespace