SPListItemInfo.Id - Propriété
Obtient ou définit l'entier qui identifie l'élément de liste
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Id As Integer
Get
Set
'Utilisation
Dim instance As SPListItemInfo
Dim value As Integer
value = instance.Id
instance.Id = value
public int Id { get; set; }
Valeur de propriété
Type : System.Int32
Entier qui identifie l'élément de liste.