SPItem.ID property
Obtém ou define a identificação do item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overridable Property ID As Integer
Get
Set
'Uso
Dim instance As SPItem
Dim value As Integer
value = instance.ID
instance.ID = value
public virtual int ID { get; set; }
Property value
Type: System.Int32
Um inteiro de 32 bits que especifica a ID.