SPObjectImportedEventArgs.Type Property
Gets the SPDeploymentObjectType of the import object.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Type As SPDeploymentObjectType
Get
'Usage
Dim instance As SPObjectImportedEventArgs
Dim value As SPDeploymentObjectType
value = instance.Type
public SPDeploymentObjectType Type { get; }
Property Value
Type: Microsoft.SharePoint.Deployment.SPDeploymentObjectType
Returns a Microsoft.SharePoint.Deployment.SPDeploymentObjectType enumeration value.
See Also
Reference
SPObjectImportedEventArgs Class