获取或设置一个整数,标识列表项
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Id As Integer
Get
Set
用法
Dim instance As SPListItemInfo
Dim value As Integer
value = instance.Id
instance.Id = value
public int Id { get; set; }
属性值
类型:System.Int32
一个整数,标识列表项。