SPObjectImportedEventArgs.Type - Propriété
Obtient l' SPDeploymentObjectType de l'objet importé.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Type As SPDeploymentObjectType
Get
'Utilisation
Dim instance As SPObjectImportedEventArgs
Dim value As SPDeploymentObjectType
value = instance.Type
public SPDeploymentObjectType Type { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Deployment.SPDeploymentObjectType
Retourne une valeur d'énumération Microsoft.SharePoint.Deployment.SPDeploymentObjectType .
Voir aussi
Référence
SPObjectImportedEventArgs classe