Share via


SPChangeUser.Activate property

Gets a Boolean value that indicates whether a user has changed from an inactive state to an active state.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Activate As Boolean
    Get
'Usage
Dim instance As SPChangeUser
Dim value As Boolean

value = instance.Activate
public bool Activate { get; }

Property value

Type: System.Boolean
true if the user's state has changed from inactive to active; otherwise, false.

Remarks

When a user is added to a SharePoint site and only has browse permissions, the user is an inactive user. However, if the user can author list items, add documents, be assigned tasks, or make any contribution to the site, the user has become an active user.

See also

Reference

SPChangeUser class

SPChangeUser members

Microsoft.SharePoint namespace