Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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