ChangeUser.UserId Property
Gets a value that uniquely identifies the changed user.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property UserId As Integer
Get
'Usage
Dim instance As ChangeUser
Dim value As Integer
value = instance.UserId
[RemoteAttribute]
public int UserId { get; }
Property Value
Type: System.Int32
Returns a Int32.instance representing the unique identification of the changed user.