ListItem.Id - Propriété
Gets a value that specifies the list item identifier.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Id As Integer
Get
'Utilisation
Dim instance As ListItem
Dim value As Integer
value = instance.Id
public int Id { get; }
Valeur de propriété
Type : System.Int32
Returns a Int32.instance representing the list item identifier.
Remarques
It must be 0 for a list item in an external list. It must be -1 for list items that have not yet been added to a list.