SPObjectImportedEventArgs.TargetUrl property
Gets the string URL of the parent object of the specified object in the target site collection.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TargetUrl As String
Get
'Usage
Dim instance As SPObjectImportedEventArgs
Dim value As String
value = instance.TargetUrl
public string TargetUrl { get; }
Property value
Type: System.String
Returns a string representation of the URL.
See also
Reference
SPObjectImportedEventArgs class