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
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 Activate As Boolean
Get
'Usage
Dim instance As ChangeUser
Dim value As Boolean
value = instance.Activate
[RemoteAttribute]
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.