SPChangeItem.Id - Propriété
Obtient le nombre entier qui identifie l'élément qui a été modifié.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Id As Integer
Get
'Utilisation
Dim instance As SPChangeItem
Dim value As Integer
value = instance.Id
public int Id { get; }
Valeur de propriété
Type : System.Int32
Entier 32 bits qui identifie l'élément.
Remarques
Dans le cas d'une modification de changement de nom, où l'ID de l'élément peut changer, la propriété Id contient la même valeur qu'il avait avant l'élément a été renommé.