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