ChangeUser.Activate property

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

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

Syntax

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

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

Property value

Type: System.Boolean
Returns Boolean. true if a user has changed from an inactive state to an active state; otherwise, returns false. The default value is

Remarks

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

See also

Reference

ChangeUser class

ChangeUser members

Microsoft.SharePoint.Client namespace