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