SPObjectImportedEventArgs.SourceId Property
Gets the unique identifier (GUID) for the source site collection.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SourceId As Guid
Get
'Usage
Dim instance As SPObjectImportedEventArgs
Dim value As Guid
value = instance.SourceId
public Guid SourceId { get; }
Property Value
Type: System.Guid
Returns a GUID for the source site collection.
See Also
Reference
SPObjectImportedEventArgs Class