Share via


SPObjectImportedEventArgs.SourceUrl Property

Gets the string URL of the parent object of the specified object in the source site collection.

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

Syntax

'Declaration
Public ReadOnly Property SourceUrl As String
    Get
'Usage
Dim instance As SPObjectImportedEventArgs
Dim value As String

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

Property Value

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

See Also

Reference

SPObjectImportedEventArgs Class

SPObjectImportedEventArgs Members

Microsoft.SharePoint.Deployment Namespace