SPChangeUser.Id Property
Gets the integer that identifies the user that changed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute(Name := "UserId")> _
Public ReadOnly Property Id As Integer
Get
'Usage
Dim instance As SPChangeUser
Dim value As Integer
value = instance.Id
[ClientCallableAttribute(Name = "UserId")]
public int Id { get; }
Property Value
Type: System.Int32
A 32-bit integer that identifies the user.