SPChangeUser Class

Represents a change to a user.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPChange
    Microsoft.SharePoint.SPChangeUser

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "ChangeUser", ServerTypeId := "{9bcb7adb-5a47-426e-886f-3ce841554cd9}")> _
Public NotInheritable Class SPChangeUser _
    Inherits SPChange
'Usage
Dim instance As SPChangeUser
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "ChangeUser", ServerTypeId = "{9bcb7adb-5a47-426e-886f-3ce841554cd9}")]
public sealed class SPChangeUser : SPChange

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPChangeUser Members

Microsoft.SharePoint Namespace