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