ChangeUser.Activate 属性
Gets a value that specifies whether a user has changed from an inactive state to an active state.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public ReadOnly Property Activate As Boolean
Get
用法
Dim instance As ChangeUser
Dim value As Boolean
value = instance.Activate
public bool Activate { get; }
属性值
类型: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
备注
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.